Class: ONIX::Imprint

Inherits:
Entity show all
Defined in:
lib/onix/entity.rb

Instance Attribute Summary

Attributes inherited from Entity

#identifiers, #name, #role

Class Method Summary collapse

Methods inherited from Entity

identifier_tag, #initialize, name_tag, #parse, role_tag

Methods included from GlnMethods

#gln, #gln_identifier

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_classObject



85
86
87
# File 'lib/onix/entity.rb', line 85

def self.identifier_class
  ImprintIdentifier
end

.prefixObject



81
82
83
# File 'lib/onix/entity.rb', line 81

def self.prefix
  "Imprint"
end

.role_classObject



89
90
91
# File 'lib/onix/entity.rb', line 89

def self.role_class
  nil
end