Class: Todoist::FileAttachment
- Inherits:
-
Struct
- Object
- Struct
- Todoist::FileAttachment
- Defined in:
- lib/todoist/file_attachment.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#file_type ⇒ Object
Returns the value of attribute file_type.
-
#file_url ⇒ Object
Returns the value of attribute file_url.
-
#image ⇒ Object
Returns the value of attribute image.
-
#image_height ⇒ Object
Returns the value of attribute image_height.
-
#image_width ⇒ Object
Returns the value of attribute image_width.
-
#resource_type ⇒ Object
Returns the value of attribute resource_type.
-
#upload_state ⇒ Object
Returns the value of attribute upload_state.
Instance Attribute Details
#file_name ⇒ Object
Returns the value of attribute file_name
2 3 4 |
# File 'lib/todoist/file_attachment.rb', line 2 def file_name @file_name end |
#file_size ⇒ Object
Returns the value of attribute file_size
2 3 4 |
# File 'lib/todoist/file_attachment.rb', line 2 def file_size @file_size end |
#file_type ⇒ Object
Returns the value of attribute file_type
2 3 4 |
# File 'lib/todoist/file_attachment.rb', line 2 def file_type @file_type end |
#file_url ⇒ Object
Returns the value of attribute file_url
2 3 4 |
# File 'lib/todoist/file_attachment.rb', line 2 def file_url @file_url end |
#image ⇒ Object
Returns the value of attribute image
2 3 4 |
# File 'lib/todoist/file_attachment.rb', line 2 def image @image end |
#image_height ⇒ Object
Returns the value of attribute image_height
2 3 4 |
# File 'lib/todoist/file_attachment.rb', line 2 def image_height @image_height end |
#image_width ⇒ Object
Returns the value of attribute image_width
2 3 4 |
# File 'lib/todoist/file_attachment.rb', line 2 def image_width @image_width end |
#resource_type ⇒ Object
Returns the value of attribute resource_type
2 3 4 |
# File 'lib/todoist/file_attachment.rb', line 2 def resource_type @resource_type end |
#upload_state ⇒ Object
Returns the value of attribute upload_state
2 3 4 |
# File 'lib/todoist/file_attachment.rb', line 2 def upload_state @upload_state end |