Class: ONIX::Imprint
- Defined in:
- lib/onix/entity.rb
Instance Attribute Summary
Attributes inherited from Entity
Class Method Summary collapse
Methods inherited from Entity
identifier_tag, #initialize, name_tag, #parse, role_tag
Methods included from GlnMethods
Methods inherited from SubsetDSL
_ancestor_registered_scopes, _ancestors_registered_elements, ancestor_registered_scopes, ancestors_registered_elements, element, elements, get_class, #initialize, #parse, ref_to_short, registered_elements, registered_scopes, scope, short_to_ref, #unsupported
Methods inherited from Subset
parse, #parse, tag_match, #tag_match, #unsupported
Constructor Details
This class inherits a constructor from ONIX::Entity
Class Method Details
.identifier_class ⇒ Object
85 86 87 |
# File 'lib/onix/entity.rb', line 85 def self.identifier_class ImprintIdentifier end |
.prefix ⇒ Object
81 82 83 |
# File 'lib/onix/entity.rb', line 81 def self.prefix "Imprint" end |
.role_class ⇒ Object
89 90 91 |
# File 'lib/onix/entity.rb', line 89 def self.role_class nil end |