Class: HighLevel::Models::Invoices::ListSchedulesResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::ListSchedulesResponseDto
- Defined in:
- lib/high_level/models/invoices/list_schedules_response_dto.rb
Instance Attribute Summary collapse
-
#schedules ⇒ Object
readonly
Returns the value of attribute schedules.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Attribute Details
#schedules ⇒ Object (readonly)
Returns the value of attribute schedules
9 10 11 |
# File 'lib/high_level/models/invoices/list_schedules_response_dto.rb', line 9 def schedules @schedules end |
#total ⇒ Object (readonly)
Returns the value of attribute total
9 10 11 |
# File 'lib/high_level/models/invoices/list_schedules_response_dto.rb', line 9 def total @total end |