Class: ONIX::ProductFormFeature

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

Instance Attribute Summary

Attributes included from Attributes

#attributes

Shortcuts collapse

Low level collapse

Methods inherited from SubsetDSL

element, elements, #get_class, get_class, inherited, #initialize, n, #parse, ref_to_short, register_elements, register_scopes, #register_subset_array, registered_elements, #registered_elements, registered_scopes, scope, short_to_ref

Methods inherited from Subset

parse, #parse, #tag_match, #unsupported

Methods included from Attributes

attribute_class, #parse_attributes, #serialized_attributes

Constructor Details

This class inherits a constructor from ONIX::SubsetDSL

Instance Method Details

#descriptionsArray<String>

Returns:

  • (Array<String>)


5
# File 'lib/onix/product_form_feature.rb', line 5

elements "ProductFormFeatureDescription", :text, :shortcut => :descriptions

#product_form_feature_descriptionsArray<String>

Returns:

  • (Array<String>)


5
# File 'lib/onix/product_form_feature.rb', line 5

elements "ProductFormFeatureDescription", :text, :shortcut => :descriptions

#product_form_feature_typeProductFormFeatureType



3
# File 'lib/onix/product_form_feature.rb', line 3

element "ProductFormFeatureType", :subset, :shortcut => :type

#product_form_feature_valueString

Returns:

  • (String)


4
# File 'lib/onix/product_form_feature.rb', line 4

element "ProductFormFeatureValue", :text, :shortcut => :value

#typeProductFormFeatureType



3
# File 'lib/onix/product_form_feature.rb', line 3

element "ProductFormFeatureType", :subset, :shortcut => :type

#valueString

Returns:

  • (String)


4
# File 'lib/onix/product_form_feature.rb', line 4

element "ProductFormFeatureValue", :text, :shortcut => :value