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