Class: FidorApi::Message::Attachment
- Inherits:
-
Object
- Object
- FidorApi::Message::Attachment
- Includes:
- ActiveModel::Model
- Defined in:
- lib/fidor_api/message.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
18 19 20 |
# File 'lib/fidor_api/message.rb', line 18 def content @content end |
#filename ⇒ Object
Returns the value of attribute filename.
18 19 20 |
# File 'lib/fidor_api/message.rb', line 18 def filename @filename end |
#type ⇒ Object
Returns the value of attribute type.
18 19 20 |
# File 'lib/fidor_api/message.rb', line 18 def type @type end |