Class: EBay::PromotionDetailsType
- Inherits:
-
Object
- Object
- EBay::PromotionDetailsType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidCount ⇒ Object
Returns the value of attribute bidCount.
-
#convertedPromotionPrice ⇒ Object
Returns the value of attribute convertedPromotionPrice.
-
#promotionPrice ⇒ Object
Returns the value of attribute promotionPrice.
-
#promotionPriceType ⇒ Object
Returns the value of attribute promotionPriceType.
Instance Method Summary collapse
-
#initialize(promotionPrice = nil, promotionPriceType = nil, bidCount = nil, convertedPromotionPrice = nil) ⇒ PromotionDetailsType
constructor
A new instance of PromotionDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29627 29628 29629 |
# File 'lib/eBay.rb', line 29627 def __xmlele_any @__xmlele_any end |
#bidCount ⇒ Object
Returns the value of attribute bidCount.
29625 29626 29627 |
# File 'lib/eBay.rb', line 29625 def bidCount @bidCount end |
#convertedPromotionPrice ⇒ Object
Returns the value of attribute convertedPromotionPrice.
29626 29627 29628 |
# File 'lib/eBay.rb', line 29626 def convertedPromotionPrice @convertedPromotionPrice end |
#promotionPrice ⇒ Object
Returns the value of attribute promotionPrice.
29623 29624 29625 |
# File 'lib/eBay.rb', line 29623 def promotionPrice @promotionPrice end |
#promotionPriceType ⇒ Object
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 |