Class: HighLevel::Models::Proposals::SendDocumentFromPublicApiBodyDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::SendDocumentFromPublicApiBodyDto
- Defined in:
- lib/high_level/models/proposals/send_document_from_public_api_body_dto.rb
Instance Attribute Summary collapse
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#opportunity_id ⇒ Object
readonly
Returns the value of attribute opportunity_id.
-
#send_document ⇒ Object
readonly
Returns the value of attribute send_document.
-
#template_id ⇒ Object
readonly
Returns the value of attribute template_id.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_from_public_api_body_dto.rb', line 9 def contact_id @contact_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_from_public_api_body_dto.rb', line 9 def location_id @location_id end |
#opportunity_id ⇒ Object (readonly)
Returns the value of attribute opportunity_id
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_from_public_api_body_dto.rb', line 9 def opportunity_id @opportunity_id end |
#send_document ⇒ Object (readonly)
Returns the value of attribute send_document
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_from_public_api_body_dto.rb', line 9 def send_document @send_document end |
#template_id ⇒ Object (readonly)
Returns the value of attribute template_id
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_from_public_api_body_dto.rb', line 9 def template_id @template_id end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_from_public_api_body_dto.rb', line 9 def user_id @user_id end |