Class: Lux::Response::File::OPTS
- Defined in:
- lib/lux/response/lib/file.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#disposition ⇒ Object
Returns the value of attribute disposition.
-
#ext ⇒ Object
Returns the value of attribute ext.
-
#file ⇒ Object
Returns the value of attribute file.
-
#inline ⇒ Object
Returns the value of attribute inline.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
49 50 51 |
# File 'lib/lux/response/lib/file.rb', line 49 def content @content end |
#content_type ⇒ Object
Returns the value of attribute content_type
49 50 51 |
# File 'lib/lux/response/lib/file.rb', line 49 def content_type @content_type end |
#disposition ⇒ Object
Returns the value of attribute disposition
49 50 51 |
# File 'lib/lux/response/lib/file.rb', line 49 def disposition @disposition end |
#ext ⇒ Object
Returns the value of attribute ext
49 50 51 |
# File 'lib/lux/response/lib/file.rb', line 49 def ext @ext end |
#file ⇒ Object
Returns the value of attribute file
49 50 51 |
# File 'lib/lux/response/lib/file.rb', line 49 def file @file end |
#inline ⇒ Object
Returns the value of attribute inline
49 50 51 |
# File 'lib/lux/response/lib/file.rb', line 49 def inline @inline end |
#name ⇒ Object
Returns the value of attribute name
49 50 51 |
# File 'lib/lux/response/lib/file.rb', line 49 def name @name end |
#path ⇒ Object
Returns the value of attribute path
49 50 51 |
# File 'lib/lux/response/lib/file.rb', line 49 def path @path end |