Class: HighLevel::Models::Proposals::ProposalEstimateLinksDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::ProposalEstimateLinksDto
- Defined in:
- lib/high_level/models/proposals/proposal_estimate_links_dto.rb
Instance Attribute Summary collapse
-
#created_by ⇒ Object
readonly
Returns the value of attribute created_by.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#document_id ⇒ Object
readonly
Returns the value of attribute document_id.
-
#document_revision ⇒ Object
readonly
Returns the value of attribute document_revision.
-
#entity_name ⇒ Object
readonly
Returns the value of attribute entity_name.
-
#recipient_category ⇒ Object
readonly
Returns the value of attribute recipient_category.
-
#recipient_id ⇒ Object
readonly
Returns the value of attribute recipient_id.
-
#reference_id ⇒ Object
readonly
Returns the value of attribute reference_id.
Instance Attribute Details
#created_by ⇒ Object (readonly)
Returns the value of attribute created_by
9 10 11 |
# File 'lib/high_level/models/proposals/proposal_estimate_links_dto.rb', line 9 def created_by @created_by end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/proposals/proposal_estimate_links_dto.rb', line 9 def deleted @deleted end |
#document_id ⇒ Object (readonly)
Returns the value of attribute document_id
9 10 11 |
# File 'lib/high_level/models/proposals/proposal_estimate_links_dto.rb', line 9 def document_id @document_id end |
#document_revision ⇒ Object (readonly)
Returns the value of attribute document_revision
9 10 11 |
# File 'lib/high_level/models/proposals/proposal_estimate_links_dto.rb', line 9 def document_revision @document_revision end |
#entity_name ⇒ Object (readonly)
Returns the value of attribute entity_name
9 10 11 |
# File 'lib/high_level/models/proposals/proposal_estimate_links_dto.rb', line 9 def entity_name @entity_name end |
#recipient_category ⇒ Object (readonly)
Returns the value of attribute recipient_category
9 10 11 |
# File 'lib/high_level/models/proposals/proposal_estimate_links_dto.rb', line 9 def recipient_category @recipient_category end |
#recipient_id ⇒ Object (readonly)
Returns the value of attribute recipient_id
9 10 11 |
# File 'lib/high_level/models/proposals/proposal_estimate_links_dto.rb', line 9 def recipient_id @recipient_id end |
#reference_id ⇒ Object (readonly)
Returns the value of attribute reference_id
9 10 11 |
# File 'lib/high_level/models/proposals/proposal_estimate_links_dto.rb', line 9 def reference_id @reference_id end |