Class: EPUB::Publication::Package::Bindings::MediaType
- Inherits:
-
Object
- Object
- EPUB::Publication::Package::Bindings::MediaType
- Defined in:
- lib/epub/publication/package/bindings.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#media_type ⇒ Object
Returns the value of attribute media_type.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler.
26 27 28 |
# File 'lib/epub/publication/package/bindings.rb', line 26 def handler @handler end |
#media_type ⇒ Object
Returns the value of attribute media_type.
26 27 28 |
# File 'lib/epub/publication/package/bindings.rb', line 26 def media_type @media_type end |