Class: Trellodon::Attachment
- Inherits:
-
Struct
- Object
- Struct
- Trellodon::Attachment
- Defined in:
- lib/trellodon/entities/attachment.rb
Instance Attribute Summary collapse
-
#added_by ⇒ Object
Returns the value of attribute added_by.
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#date ⇒ Object
Returns the value of attribute date.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#is_upload ⇒ Object
Returns the value of attribute is_upload.
-
#mime_type ⇒ Object
Returns the value of attribute mime_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#added_by ⇒ Object
Returns the value of attribute added_by
4 5 6 |
# File 'lib/trellodon/entities/attachment.rb', line 4 def added_by @added_by end |
#bytes ⇒ Object
Returns the value of attribute bytes
4 5 6 |
# File 'lib/trellodon/entities/attachment.rb', line 4 def bytes @bytes end |
#date ⇒ Object
Returns the value of attribute date
4 5 6 |
# File 'lib/trellodon/entities/attachment.rb', line 4 def date @date end |
#file_name ⇒ Object
Returns the value of attribute file_name
4 5 6 |
# File 'lib/trellodon/entities/attachment.rb', line 4 def file_name @file_name end |
#headers ⇒ Object
Returns the value of attribute headers
4 5 6 |
# File 'lib/trellodon/entities/attachment.rb', line 4 def headers @headers end |
#is_upload ⇒ Object
Returns the value of attribute is_upload
4 5 6 |
# File 'lib/trellodon/entities/attachment.rb', line 4 def is_upload @is_upload end |
#mime_type ⇒ Object
Returns the value of attribute mime_type
4 5 6 |
# File 'lib/trellodon/entities/attachment.rb', line 4 def mime_type @mime_type end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/trellodon/entities/attachment.rb', line 4 def name @name end |
#url ⇒ Object
Returns the value of attribute url
4 5 6 |
# File 'lib/trellodon/entities/attachment.rb', line 4 def url @url end |