Class: EPUB::Metadata::DCMES

Inherits:
Object
  • Object
show all
Includes:
Refinee
Defined in:
lib/epub/metadata.rb

Direct Known Subclasses

Identifier, Title

Constant Summary

Constants included from Refinee

Refinee::PROPERTIES

Instance Attribute Summary collapse

Attributes included from Refinee

#refiners

Instance Method Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content.



108
109
110
# File 'lib/epub/metadata.rb', line 108

def content
  @content
end

#dirObject

Returns the value of attribute dir.



108
109
110
# File 'lib/epub/metadata.rb', line 108

def dir
  @dir
end

#idObject

Returns the value of attribute id.



108
109
110
# File 'lib/epub/metadata.rb', line 108

def id
  @id
end

#langObject

Returns the value of attribute lang.



108
109
110
# File 'lib/epub/metadata.rb', line 108

def lang
  @lang
end

Instance Method Details

#to_sObject



110
111
112
# File 'lib/epub/metadata.rb', line 110

def to_s
  content.to_s
end