class Trello::Attachment

A file or url that is linked to a Trello card

@!attribute [r] id

@return [String]

@!attribute [r] position

@return [Float]

@!attribute [r] bytes

@return [Fixnum]

@!attribute [r] member_id

@return [String]

@!attribute [r] date

@return [Datetime]

@!attribute [r] is_upload

@return [Boolean]

@!attribute [r] previews

@return [Array]

@!attribute [r] file_name

@return [String]

@!attribute [r] edge_color

@return [String]

@!attribute [rw] name

@return [String]

@!attribute [rw] url

@return [String]

@!attribute [rw] mime_type

@return [String]

@!attribute [w] file

@return [String]

@!attribute [w] set_as_cover

@return [Boolean]