Class: EBay::CrossPromotionPreferencesType
- Inherits:
-
Object
- Object
- EBay::CrossPromotionPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCrossPromotionPreferencesType
crossPromotionEnabled - SOAP::SOAPBoolean
crossSellItemFormatSortFilter - EBay::ItemFormatSortFilterCodeType
crossSellGallerySortFilter - EBay::GallerySortFilterCodeType
crossSellItemSortFilter - EBay::ItemSortFilterCodeType
upSellItemFormatSortFilter - EBay::ItemFormatSortFilterCodeType
upSellGallerySortFilter - EBay::GallerySortFilterCodeType
upSellItemSortFilter - EBay::ItemSortFilterCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#crossPromotionEnabled ⇒ Object
Returns the value of attribute crossPromotionEnabled.
-
#crossSellGallerySortFilter ⇒ Object
Returns the value of attribute crossSellGallerySortFilter.
-
#crossSellItemFormatSortFilter ⇒ Object
Returns the value of attribute crossSellItemFormatSortFilter.
-
#crossSellItemSortFilter ⇒ Object
Returns the value of attribute crossSellItemSortFilter.
-
#upSellGallerySortFilter ⇒ Object
Returns the value of attribute upSellGallerySortFilter.
-
#upSellItemFormatSortFilter ⇒ Object
Returns the value of attribute upSellItemFormatSortFilter.
-
#upSellItemSortFilter ⇒ Object
Returns the value of attribute upSellItemSortFilter.
Instance Method Summary collapse
-
#initialize(crossPromotionEnabled = nil, crossSellItemFormatSortFilter = nil, crossSellGallerySortFilter = nil, crossSellItemSortFilter = nil, upSellItemFormatSortFilter = nil, upSellGallerySortFilter = nil, upSellItemSortFilter = nil) ⇒ CrossPromotionPreferencesType
constructor
A new instance of CrossPromotionPreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(crossPromotionEnabled = nil, crossSellItemFormatSortFilter = nil, crossSellGallerySortFilter = nil, crossSellItemSortFilter = nil, upSellItemFormatSortFilter = nil, upSellGallerySortFilter = nil, upSellItemSortFilter = nil) ⇒ CrossPromotionPreferencesType
Returns a new instance of CrossPromotionPreferencesType.
23247 23248 23249 23250 23251 23252 23253 23254 23255 23256 |
# File 'lib/eBay.rb', line 23247 def initialize(crossPromotionEnabled = nil, crossSellItemFormatSortFilter = nil, crossSellGallerySortFilter = nil, crossSellItemSortFilter = nil, upSellItemFormatSortFilter = nil, upSellGallerySortFilter = nil, upSellItemSortFilter = nil) @crossPromotionEnabled = crossPromotionEnabled @crossSellItemFormatSortFilter = crossSellItemFormatSortFilter @crossSellGallerySortFilter = crossSellGallerySortFilter @crossSellItemSortFilter = crossSellItemSortFilter @upSellItemFormatSortFilter = upSellItemFormatSortFilter @upSellGallerySortFilter = upSellGallerySortFilter @upSellItemSortFilter = upSellItemSortFilter @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23241 23242 23243 |
# File 'lib/eBay.rb', line 23241 def __xmlele_any @__xmlele_any end |
#crossPromotionEnabled ⇒ Object
Returns the value of attribute crossPromotionEnabled.
23234 23235 23236 |
# File 'lib/eBay.rb', line 23234 def crossPromotionEnabled @crossPromotionEnabled end |
#crossSellGallerySortFilter ⇒ Object
Returns the value of attribute crossSellGallerySortFilter.
23236 23237 23238 |
# File 'lib/eBay.rb', line 23236 def crossSellGallerySortFilter @crossSellGallerySortFilter end |
#crossSellItemFormatSortFilter ⇒ Object
Returns the value of attribute crossSellItemFormatSortFilter.
23235 23236 23237 |
# File 'lib/eBay.rb', line 23235 def crossSellItemFormatSortFilter @crossSellItemFormatSortFilter end |
#crossSellItemSortFilter ⇒ Object
Returns the value of attribute crossSellItemSortFilter.
23237 23238 23239 |
# File 'lib/eBay.rb', line 23237 def crossSellItemSortFilter @crossSellItemSortFilter end |
#upSellGallerySortFilter ⇒ Object
Returns the value of attribute upSellGallerySortFilter.
23239 23240 23241 |
# File 'lib/eBay.rb', line 23239 def upSellGallerySortFilter @upSellGallerySortFilter end |
#upSellItemFormatSortFilter ⇒ Object
Returns the value of attribute upSellItemFormatSortFilter.
23238 23239 23240 |
# File 'lib/eBay.rb', line 23238 def upSellItemFormatSortFilter @upSellItemFormatSortFilter end |
#upSellItemSortFilter ⇒ Object
Returns the value of attribute upSellItemSortFilter.
23240 23241 23242 |
# File 'lib/eBay.rb', line 23240 def upSellItemSortFilter @upSellItemSortFilter end |
Instance Method Details
#set_any(elements) ⇒ Object
23243 23244 23245 |
# File 'lib/eBay.rb', line 23243 def set_any(elements) @__xmlele_any = elements end |