Class: EPUB::Publication::Package::Metadata::DCMES
- Inherits:
-
Object
- Object
- EPUB::Publication::Package::Metadata::DCMES
- Includes:
- Refinee
- Defined in:
- lib/epub/publication/package/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.
91 92 93 |
# File 'lib/epub/publication/package/metadata.rb', line 91 def content @content end |
#dir ⇒ Object
Returns the value of attribute dir.
91 92 93 |
# File 'lib/epub/publication/package/metadata.rb', line 91 def dir @dir end |
#id ⇒ Object
Returns the value of attribute id.
91 92 93 |
# File 'lib/epub/publication/package/metadata.rb', line 91 def id @id end |
#lang ⇒ Object
Returns the value of attribute lang.
91 92 93 |
# File 'lib/epub/publication/package/metadata.rb', line 91 def lang @lang end |
Instance Method Details
#to_s ⇒ Object
93 94 95 |
# File 'lib/epub/publication/package/metadata.rb', line 93 def to_s content.to_s end |