Class: Trellodon::Attachment

Inherits:
Struct
  • Object
show all
Defined in:
lib/trellodon/entities/attachment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#added_byObject

Returns the value of attribute added_by

Returns:

  • (Object)

    the current value of added_by



4
5
6
# File 'lib/trellodon/entities/attachment.rb', line 4

def added_by
  @added_by
end

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



4
5
6
# File 'lib/trellodon/entities/attachment.rb', line 4

def bytes
  @bytes
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



4
5
6
# File 'lib/trellodon/entities/attachment.rb', line 4

def date
  @date
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



4
5
6
# File 'lib/trellodon/entities/attachment.rb', line 4

def file_name
  @file_name
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



4
5
6
# File 'lib/trellodon/entities/attachment.rb', line 4

def headers
  @headers
end

#is_uploadObject

Returns the value of attribute is_upload

Returns:

  • (Object)

    the current value of is_upload



4
5
6
# File 'lib/trellodon/entities/attachment.rb', line 4

def is_upload
  @is_upload
end

#mime_typeObject

Returns the value of attribute mime_type

Returns:

  • (Object)

    the current value of mime_type



4
5
6
# File 'lib/trellodon/entities/attachment.rb', line 4

def mime_type
  @mime_type
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/trellodon/entities/attachment.rb', line 4

def name
  @name
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



4
5
6
# File 'lib/trellodon/entities/attachment.rb', line 4

def url
  @url
end