Class: HighLevel::Models::Payments::ScheduleOptionsDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::ScheduleOptionsDto
- Defined in:
- lib/high_level/models/payments/schedule_options_dto.rb
Instance Attribute Summary collapse
-
#execute_at ⇒ Object
readonly
Returns the value of attribute execute_at.
-
#rrule ⇒ Object
readonly
Returns the value of attribute rrule.
Instance Attribute Details
#execute_at ⇒ Object (readonly)
Returns the value of attribute execute_at
9 10 11 |
# File 'lib/high_level/models/payments/schedule_options_dto.rb', line 9 def execute_at @execute_at end |
#rrule ⇒ Object (readonly)
Returns the value of attribute rrule
9 10 11 |
# File 'lib/high_level/models/payments/schedule_options_dto.rb', line 9 def rrule @rrule end |