Class: ONIX::CollectionSequence

Inherits:
SubsetDSL show all
Defined in:
lib/onix/descriptive_detail.rb

Instance Method Summary collapse

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::SubsetDSL

Instance Method Details

#numberObject



69
70
71
# File 'lib/onix/descriptive_detail.rb', line 69

def number
  @collection_sequence_number
end

#typeObject



65
66
67
# File 'lib/onix/descriptive_detail.rb', line 65

def type
  @collection_sequence_number
end

#type_nameObject



73
74
75
# File 'lib/onix/descriptive_detail.rb', line 73

def type_name
  @collection_sequence_type_name
end