Class: EPUB::Metadata::DCMES
- Inherits:
-
Object
- Object
- EPUB::Metadata::DCMES
- Includes:
- Refinee
- Defined in:
- lib/epub/metadata.rb
Direct Known Subclasses
Constant Summary
Constants included from Refinee
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lang ⇒ Object
Returns the value of attribute lang.
Attributes included from Refinee
Instance Method Summary collapse
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
108 109 110 |
# File 'lib/epub/metadata.rb', line 108 def content @content end |
#dir ⇒ Object
Returns the value of attribute dir.
108 109 110 |
# File 'lib/epub/metadata.rb', line 108 def dir @dir end |
#id ⇒ Object
Returns the value of attribute id.
108 109 110 |
# File 'lib/epub/metadata.rb', line 108 def id @id end |
#lang ⇒ Object
Returns the value of attribute lang.
108 109 110 |
# File 'lib/epub/metadata.rb', line 108 def lang @lang end |
Instance Method Details
#to_s ⇒ Object
110 111 112 |
# File 'lib/epub/metadata.rb', line 110 def to_s content.to_s end |