Class: Ebay::Responses::GetStoreOptions
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/get_store_options.rb
Overview
Attributes
object_node :basic_themes, 'BasicThemeArray', :class => StoreThemeArray, :optional => true
object_node :advanced_themes, 'AdvancedThemeArray', :class => StoreThemeArray, :optional => true
array_node :logos, 'LogoArray', 'Logo', :class => StoreLogo, :default_value => []
array_node :subscriptions, 'SubscriptionArray', 'Subscription', :class => StoreSubscription, :default_value => []
numeric_node :max_categories, 'MaxCategories', :optional => true
numeric_node :max_category_levels, 'MaxCategoryLevels', :optional => true
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?