Class: RunApi::Core::MultipartFile
- Inherits:
-
Struct
- Object
- Struct
- RunApi::Core::MultipartFile
- Defined in:
- lib/runapi/core/multipart_body.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type
5 6 7 |
# File 'lib/runapi/core/multipart_body.rb', line 5 def content_type @content_type end |
#filename ⇒ Object
Returns the value of attribute filename
5 6 7 |
# File 'lib/runapi/core/multipart_body.rb', line 5 def filename @filename end |
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/runapi/core/multipart_body.rb', line 5 def path @path end |