Class: Lockbox::IO
- Inherits:
-
StringIO
- Object
- StringIO
- Lockbox::IO
- Defined in:
- lib/lockbox/io.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#extracted_content_type ⇒ Object
private: do not use.
-
#original_filename ⇒ Object
Returns the value of attribute original_filename.
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type.
3 4 5 |
# File 'lib/lockbox/io.rb', line 3 def content_type @content_type end |
#extracted_content_type ⇒ Object
private: do not use
6 7 8 |
# File 'lib/lockbox/io.rb', line 6 def extracted_content_type @extracted_content_type end |
#original_filename ⇒ Object
Returns the value of attribute original_filename.
3 4 5 |
# File 'lib/lockbox/io.rb', line 3 def original_filename @original_filename end |