Class: Ebay::Requests::SetStoreCategories

Inherits:
Abstract show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/requests/set_store_categories.rb

Overview

Attributes

text_node :action, 'Action', :optional => true
numeric_node :item_destination_category_id, 'ItemDestinationCategoryID', :optional => true
numeric_node :destination_parent_category_id, 'DestinationParentCategoryID', :optional => true
array_node :store_categories, 'StoreCategories', 'CustomCategory', :class => StoreCustomCategory, :default_value => []

Instance Attribute Summary

Attributes inherited from Base

#auth_token, #password, #username

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Abstract

#detail_level, #detail_level=

Methods inherited from Base

#call_name, #requester_credentials

Methods included from Types

#type