Class: EPUB::Publication::Package::Metadata::Link
- Inherits:
-
Object
- Object
- EPUB::Publication::Package::Metadata::Link
- Includes:
- Refinee
- Defined in:
- lib/epub/publication/package/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.
163 164 165 |
# File 'lib/epub/publication/package/metadata.rb', line 163 def href @href end |
#id ⇒ Object
Returns the value of attribute id.
163 164 165 |
# File 'lib/epub/publication/package/metadata.rb', line 163 def id @id end |
#media_type ⇒ Object
Returns the value of attribute media_type.
163 164 165 |
# File 'lib/epub/publication/package/metadata.rb', line 163 def media_type @media_type end |
#refines ⇒ Object
Returns the value of attribute refines.
164 165 166 |
# File 'lib/epub/publication/package/metadata.rb', line 164 def refines @refines end |
#rel ⇒ Object
Returns the value of attribute rel.
163 164 165 |
# File 'lib/epub/publication/package/metadata.rb', line 163 def rel @rel end |