Class: FidorApi::Message::Attachment

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/fidor_api/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content.



18
19
20
# File 'lib/fidor_api/message.rb', line 18

def content
  @content
end

#filenameObject

Returns the value of attribute filename.



18
19
20
# File 'lib/fidor_api/message.rb', line 18

def filename
  @filename
end

#typeObject

Returns the value of attribute type.



18
19
20
# File 'lib/fidor_api/message.rb', line 18

def type
  @type
end