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.
100 101 102 |
# File 'lib/epub/metadata.rb', line 100 def content @content end |
#dir ⇒ Object
Returns the value of attribute dir.
100 101 102 |
# File 'lib/epub/metadata.rb', line 100 def dir @dir end |
#id ⇒ Object
Returns the value of attribute id.
100 101 102 |
# File 'lib/epub/metadata.rb', line 100 def id @id end |
#lang ⇒ Object
Returns the value of attribute lang.
100 101 102 |
# File 'lib/epub/metadata.rb', line 100 def lang @lang end |
Instance Method Details
#to_s ⇒ Object
102 103 104 |
# File 'lib/epub/metadata.rb', line 102 def to_s content.to_s end |