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