Class: Ebay::Types::StoreCustomCategory

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

Overview

Attributes

numeric_node :category_id, 'CategoryID'
text_node :name, 'Name', :optional => true
numeric_node :order, 'Order'
array_node :child_categories, 'ChildCategory', :class => StoreCustomCategory, :default_value => []

Method Summary

Methods included from Initializer

#initialize, #object_attributes=