Class: Ebay::Requests::SetPromotionalSaleListings

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

Overview

Attributes

numeric_node :promotional_sale_id, 'PromotionalSaleID', :optional => true
text_node :action, 'Action', :optional => true
value_array_node :promotional_sale_item_ids, 'PromotionalSaleItemIDArray', 'ItemID', :default_value => []
numeric_node :store_category_id, 'StoreCategoryID', :optional => true
numeric_node :category_id, 'CategoryID', :optional => true
boolean_node :all_fixed_price_items, 'AllFixedPriceItems', 'true', 'false', :optional => true
boolean_node :all_store_inventory_items, 'AllStoreInventoryItems', 'true', 'false', :optional => true

Instance Attribute Summary

Attributes inherited from Base

#auth_token

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