Class: HighLevel::Models::Proposals::SendDocumentDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::SendDocumentDto
- Defined in:
- lib/high_level/models/proposals/send_document_dto.rb
Instance Attribute Summary collapse
-
#cc_recipients ⇒ Object
readonly
Returns the value of attribute cc_recipients.
-
#document_id ⇒ Object
readonly
Returns the value of attribute document_id.
-
#document_name ⇒ Object
readonly
Returns the value of attribute document_name.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#medium ⇒ Object
readonly
Returns the value of attribute medium.
-
#notification_settings ⇒ Object
readonly
Returns the value of attribute notification_settings.
-
#sent_by ⇒ Object
readonly
Returns the value of attribute sent_by.
Instance Attribute Details
#cc_recipients ⇒ Object (readonly)
Returns the value of attribute cc_recipients
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_dto.rb', line 9 def cc_recipients @cc_recipients end |
#document_id ⇒ Object (readonly)
Returns the value of attribute document_id
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_dto.rb', line 9 def document_id @document_id end |
#document_name ⇒ Object (readonly)
Returns the value of attribute document_name
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_dto.rb', line 9 def document_name @document_name end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_dto.rb', line 9 def location_id @location_id end |
#medium ⇒ Object (readonly)
Returns the value of attribute medium
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_dto.rb', line 9 def medium @medium end |
#notification_settings ⇒ Object (readonly)
Returns the value of attribute notification_settings
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_dto.rb', line 9 def notification_settings @notification_settings end |
#sent_by ⇒ Object (readonly)
Returns the value of attribute sent_by
9 10 11 |
# File 'lib/high_level/models/proposals/send_document_dto.rb', line 9 def sent_by @sent_by end |