Class: Resourceful::MultipartFormData::FileParamValue
- Defined in:
- lib/resourceful/multipart_form_data.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
5 6 7 |
# File 'lib/resourceful/multipart_form_data.rb', line 5 def content @content end |
#content_type ⇒ Object
Returns the value of attribute content_type
5 6 7 |
# File 'lib/resourceful/multipart_form_data.rb', line 5 def content_type @content_type end |
#file_name ⇒ Object
Returns the value of attribute file_name
5 6 7 |
# File 'lib/resourceful/multipart_form_data.rb', line 5 def file_name @file_name end |