Class: HighLevel::Models::Proposals::DocumentListResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::DocumentListResponseDto
- Defined in:
- lib/high_level/models/proposals/document_list_response_dto.rb
Instance Attribute Summary collapse
-
#documents ⇒ Object
readonly
Returns the value of attribute documents.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
-
#white_label_base_url ⇒ Object
readonly
Returns the value of attribute white_label_base_url.
-
#white_label_base_url_for_invoice ⇒ Object
readonly
Returns the value of attribute white_label_base_url_for_invoice.
Instance Attribute Details
#documents ⇒ Object (readonly)
Returns the value of attribute documents
9 10 11 |
# File 'lib/high_level/models/proposals/document_list_response_dto.rb', line 9 def documents @documents end |
#total ⇒ Object (readonly)
Returns the value of attribute total
9 10 11 |
# File 'lib/high_level/models/proposals/document_list_response_dto.rb', line 9 def total @total end |
#white_label_base_url ⇒ Object (readonly)
Returns the value of attribute white_label_base_url
9 10 11 |
# File 'lib/high_level/models/proposals/document_list_response_dto.rb', line 9 def white_label_base_url @white_label_base_url end |
#white_label_base_url_for_invoice ⇒ Object (readonly)
Returns the value of attribute white_label_base_url_for_invoice
9 10 11 |
# File 'lib/high_level/models/proposals/document_list_response_dto.rb', line 9 def white_label_base_url_for_invoice @white_label_base_url_for_invoice end |