Class: EBay::PromotionDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPromotionDetailsType

promotionPrice - EBay::AmountType
promotionPriceType - EBay::PromotionItemPriceTypeCodeType
bidCount - SOAP::SOAPInt
convertedPromotionPrice - EBay::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.



29633
29634
29635
29636
29637
29638
29639
# File 'lib/eBay.rb', line 29633

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.



29627
29628
29629
# File 'lib/eBay.rb', line 29627

def __xmlele_any
  @__xmlele_any
end

#bidCountObject

Returns the value of attribute bidCount.



29625
29626
29627
# File 'lib/eBay.rb', line 29625

def bidCount
  @bidCount
end

#convertedPromotionPriceObject

Returns the value of attribute convertedPromotionPrice.



29626
29627
29628
# File 'lib/eBay.rb', line 29626

def convertedPromotionPrice
  @convertedPromotionPrice
end

#promotionPriceObject

Returns the value of attribute promotionPrice.



29623
29624
29625
# File 'lib/eBay.rb', line 29623

def promotionPrice
  @promotionPrice
end

#promotionPriceTypeObject

Returns the value of attribute promotionPriceType.



29624
29625
29626
# File 'lib/eBay.rb', line 29624

def promotionPriceType
  @promotionPriceType
end

Instance Method Details

#set_any(elements) ⇒ Object



29629
29630
29631
# File 'lib/eBay.rb', line 29629

def set_any(elements)
  @__xmlele_any = elements
end