Class: PivotalAPI::FileAttachment
- Defined in:
- lib/pivotal-tracker-api/file_attachment.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#big_url ⇒ Object
Returns the value of attribute big_url.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#download_url ⇒ Object
Returns the value of attribute download_url.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#height ⇒ Object
Returns the value of attribute height.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#size ⇒ Object
Returns the value of attribute size.
-
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
-
#thumbnailable ⇒ Object
Returns the value of attribute thumbnailable.
-
#uploaded ⇒ Object
Returns the value of attribute uploaded.
-
#uploaded_by ⇒ Object
Returns the value of attribute uploaded_by.
-
#uploader_id ⇒ Object
Returns the value of attribute uploader_id.
-
#width ⇒ Object
Returns the value of attribute width.
Method Summary
Methods inherited from Base
from_json, #initialize, #to_json
Constructor Details
This class inherits a constructor from PivotalAPI::Base
Instance Attribute Details
#big_url ⇒ Object
Returns the value of attribute big_url.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def big_url @big_url end |
#content_type ⇒ Object
Returns the value of attribute content_type.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def content_type @content_type end |
#created_at ⇒ Object
Returns the value of attribute created_at.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def created_at @created_at end |
#download_url ⇒ Object
Returns the value of attribute download_url.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def download_url @download_url end |
#filename ⇒ Object
Returns the value of attribute filename.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def filename @filename end |
#height ⇒ Object
Returns the value of attribute height.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def kind @kind end |
#size ⇒ Object
Returns the value of attribute size.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def size @size end |
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def thumbnail_url @thumbnail_url end |
#thumbnailable ⇒ Object
Returns the value of attribute thumbnailable.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def thumbnailable @thumbnailable end |
#uploaded ⇒ Object
Returns the value of attribute uploaded.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def uploaded @uploaded end |
#uploaded_by ⇒ Object
Returns the value of attribute uploaded_by.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def uploaded_by @uploaded_by end |
#uploader_id ⇒ Object
Returns the value of attribute uploader_id.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def uploader_id @uploader_id end |
#width ⇒ Object
Returns the value of attribute width.
47 48 49 |
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47 def width @width end |