Class: Ebay::Types::CharacteristicsSet
- Inherits:
-
Object
- Object
- Ebay::Types::CharacteristicsSet
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/characteristics_set.rb
Overview
Attributes
text_node :name, 'Name', :optional => true numeric_node :attribute_set_id, 'AttributeSetID', :optional => true text_node :attribute_set_version, 'AttributeSetVersion', :optional => true array_node :characteristics, 'Characteristics', :class => Characteristic, :default_value => []