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