Class: EBay::CrossPromotionPreferencesType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23241
23242
23243
# File 'lib/eBay.rb', line 23241

def __xmlele_any
  @__xmlele_any
end

#crossPromotionEnabledObject

Returns the value of attribute crossPromotionEnabled.



23234
23235
23236
# File 'lib/eBay.rb', line 23234

def crossPromotionEnabled
  @crossPromotionEnabled
end

#crossSellGallerySortFilterObject

Returns the value of attribute crossSellGallerySortFilter.



23236
23237
23238
# File 'lib/eBay.rb', line 23236

def crossSellGallerySortFilter
  @crossSellGallerySortFilter
end

#crossSellItemFormatSortFilterObject

Returns the value of attribute crossSellItemFormatSortFilter.



23235
23236
23237
# File 'lib/eBay.rb', line 23235

def crossSellItemFormatSortFilter
  @crossSellItemFormatSortFilter
end

#crossSellItemSortFilterObject

Returns the value of attribute crossSellItemSortFilter.



23237
23238
23239
# File 'lib/eBay.rb', line 23237

def crossSellItemSortFilter
  @crossSellItemSortFilter
end

#upSellGallerySortFilterObject

Returns the value of attribute upSellGallerySortFilter.



23239
23240
23241
# File 'lib/eBay.rb', line 23239

def upSellGallerySortFilter
  @upSellGallerySortFilter
end

#upSellItemFormatSortFilterObject

Returns the value of attribute upSellItemFormatSortFilter.



23238
23239
23240
# File 'lib/eBay.rb', line 23238

def upSellItemFormatSortFilter
  @upSellItemFormatSortFilter
end

#upSellItemSortFilterObject

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