class EPUB::Metadata::UnsupportedModel

Attributes

raw_element[RW]

Public Class Methods

new(raw_element) click to toggle source
# File lib/epub/metadata.rb, line 192
def initialize(raw_element)
  @raw_element = raw_element
end