Class: PromotionDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsPromotionDetailsType

promotionPrice - AmountType
promotionPriceType - PromotionItemPriceTypeCodeType
bidCount - SOAP::SOAPInt
convertedPromotionPrice - AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(promotionPrice = nil, promotionPriceType = nil, bidCount = nil, convertedPromotionPrice = nil) ⇒ PromotionDetailsType

Returns a new instance of PromotionDetailsType.



22725
22726
22727
22728
22729
22730
22731
# File 'lib/eBay.rb', line 22725

def initialize(promotionPrice = nil, promotionPriceType = nil, bidCount = nil, convertedPromotionPrice = nil)
  @promotionPrice = promotionPrice
  @promotionPriceType = promotionPriceType
  @bidCount = bidCount
  @convertedPromotionPrice = convertedPromotionPrice
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22719
22720
22721
# File 'lib/eBay.rb', line 22719

def __xmlele_any
  @__xmlele_any
end

#bidCountObject

Returns the value of attribute bidCount.



22717
22718
22719
# File 'lib/eBay.rb', line 22717

def bidCount
  @bidCount
end

#convertedPromotionPriceObject

Returns the value of attribute convertedPromotionPrice.



22718
22719
22720
# File 'lib/eBay.rb', line 22718

def convertedPromotionPrice
  @convertedPromotionPrice
end

#promotionPriceObject

Returns the value of attribute promotionPrice.



22715
22716
22717
# File 'lib/eBay.rb', line 22715

def promotionPrice
  @promotionPrice
end

#promotionPriceTypeObject

Returns the value of attribute promotionPriceType.



22716
22717
22718
# File 'lib/eBay.rb', line 22716

def promotionPriceType
  @promotionPriceType
end

Instance Method Details

#set_any(elements) ⇒ Object



22721
22722
22723
# File 'lib/eBay.rb', line 22721

def set_any(elements)
  @__xmlele_any = elements
end