Class: Hydra::Derivatives::IoDecorator
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Hydra::Derivatives::IoDecorator
- Defined in:
- lib/hydra/derivatives/io_decorator.rb
Instance Attribute Summary collapse
-
#mime_type ⇒ Object
Returns the value of attribute mime_type.
-
#original_name ⇒ Object
Returns the value of attribute original_name.
Instance Attribute Details
#mime_type ⇒ Object
Returns the value of attribute mime_type.
12 13 14 |
# File 'lib/hydra/derivatives/io_decorator.rb', line 12 def mime_type @mime_type end |
#original_name ⇒ Object
Returns the value of attribute original_name.
12 13 14 |
# File 'lib/hydra/derivatives/io_decorator.rb', line 12 def original_name @original_name end |