Class: HighLevel::Models::Invoices::ScheduleOptionsDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/schedule_options_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#execute_atObject (readonly)

Returns the value of attribute execute_at

Returns:

  • (Object)

    the current value of execute_at



9
10
11
# File 'lib/high_level/models/invoices/schedule_options_dto.rb', line 9

def execute_at
  @execute_at
end

#rruleObject (readonly)

Returns the value of attribute rrule

Returns:

  • (Object)

    the current value of rrule



9
10
11
# File 'lib/high_level/models/invoices/schedule_options_dto.rb', line 9

def rrule
  @rrule
end