Class: PivotalAPI::FileAttachment

Inherits:
Base
  • Object
show all
Defined in:
lib/pivotal-tracker-api/file_attachment.rb

Direct Known Subclasses

FileAttachments

Instance Attribute Summary collapse

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_urlObject

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_typeObject

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_atObject

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_urlObject

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

#filenameObject

Returns the value of attribute filename.



47
48
49
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47

def filename
  @filename
end

#heightObject

Returns the value of attribute height.



47
48
49
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47

def height
  @height
end

#idObject

Returns the value of attribute id.



47
48
49
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47

def id
  @id
end

#kindObject

Returns the value of attribute kind.



47
48
49
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47

def kind
  @kind
end

#sizeObject

Returns the value of attribute size.



47
48
49
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47

def size
  @size
end

#thumbnail_urlObject

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

#thumbnailableObject

Returns the value of attribute thumbnailable.



47
48
49
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47

def thumbnailable
  @thumbnailable
end

#uploadedObject

Returns the value of attribute uploaded.



47
48
49
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47

def uploaded
  @uploaded
end

#uploaded_byObject

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_idObject

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

#widthObject

Returns the value of attribute width.



47
48
49
# File 'lib/pivotal-tracker-api/file_attachment.rb', line 47

def width
  @width
end