Class: ONIX::ResourceFeature

Inherits:
SubsetDSL show all
Defined in:
lib/onix/supporting_resource.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

#notesObject



142
143
144
# File 'lib/onix/supporting_resource.rb', line 142

def notes
  @feature_notes
end

#typeObject

shortcuts



134
135
136
# File 'lib/onix/supporting_resource.rb', line 134

def type
  @resource_feature_type
end

#valueObject



138
139
140
# File 'lib/onix/supporting_resource.rb', line 138

def value
  @feature_value
end