Class: Ebay::Types::Characteristic

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/characteristic.rb

Overview

Attributes

numeric_node :attribute_id, 'AttributeID'
text_node :date_format, 'DateFormat', :optional => true
text_node :display_sequence, 'DisplaySequence', :optional => true
text_node :display_uom, 'DisplayUOM', :optional => true
object_node :label, 'Label', :class => Label, :optional => true
text_node :sort_order, 'SortOrder', :optional => true
array_node :value_lists, 'ValueList', :class => Val, :default_value => []

Method Summary

Methods included from Initializer

#initialize, #object_attributes=