Class: HighLevel::Models::Proposals::DocumentDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::DocumentDto
- Defined in:
- lib/high_level/models/proposals/document_dto.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#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.
-
#fillable_fields ⇒ Object
readonly
Returns the value of attribute fillable_fields.
-
#grand_total ⇒ Object
readonly
Returns the value of attribute grand_total.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_expired ⇒ Object
readonly
Returns the value of attribute is_expired.
-
#links ⇒ Object
readonly
Returns the value of attribute links.
-
#locale ⇒ Object
readonly
Returns the value of attribute locale.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#payment_status ⇒ Object
readonly
Returns the value of attribute payment_status.
-
#recipients ⇒ Object
readonly
Returns the value of attribute recipients.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def created_at @created_at end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/proposals/document_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/document_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/document_dto.rb', line 9 def document_revision @document_revision end |
#fillable_fields ⇒ Object (readonly)
Returns the value of attribute fillable_fields
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def fillable_fields @fillable_fields end |
#grand_total ⇒ Object (readonly)
Returns the value of attribute grand_total
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def grand_total @grand_total end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def id @id end |
#is_expired ⇒ Object (readonly)
Returns the value of attribute is_expired
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def is_expired @is_expired end |
#links ⇒ Object (readonly)
Returns the value of attribute links
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def links @links end |
#locale ⇒ Object (readonly)
Returns the value of attribute locale
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def locale @locale end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def name @name end |
#payment_status ⇒ Object (readonly)
Returns the value of attribute payment_status
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def payment_status @payment_status end |
#recipients ⇒ Object (readonly)
Returns the value of attribute recipients
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def recipients @recipients end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def status @status end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def type @type end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/proposals/document_dto.rb', line 9 def updated_at @updated_at end |