Class: EPUB::Metadata::Link
- Inherits:
-
Object
- Object
- EPUB::Metadata::Link
- Includes:
- Refinee
- Defined in:
- lib/epub/metadata.rb
Constant Summary
Constants included from Refinee
Instance Attribute Summary collapse
-
#href ⇒ Object
Returns the value of attribute href.
-
#id ⇒ Object
Returns the value of attribute id.
-
#media_type ⇒ Object
Returns the value of attribute media_type.
-
#refines ⇒ Object
Returns the value of attribute refines.
-
#rel ⇒ Object
Returns the value of attribute rel.
Attributes included from Refinee
Instance Attribute Details
#href ⇒ Object
Returns the value of attribute href.
172 173 174 |
# File 'lib/epub/metadata.rb', line 172 def href @href end |
#id ⇒ Object
Returns the value of attribute id.
172 173 174 |
# File 'lib/epub/metadata.rb', line 172 def id @id end |
#media_type ⇒ Object
Returns the value of attribute media_type.
172 173 174 |
# File 'lib/epub/metadata.rb', line 172 def media_type @media_type end |
#refines ⇒ Object
Returns the value of attribute refines.
173 174 175 |
# File 'lib/epub/metadata.rb', line 173 def refines @refines end |
#rel ⇒ Object
Returns the value of attribute rel.
172 173 174 |
# File 'lib/epub/metadata.rb', line 172 def rel @rel end |