Class: EBay::SellingManagerAutoSecondChanceOfferType
- Inherits:
-
Object
- Object
- EBay::SellingManagerAutoSecondChanceOfferType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingManagerAutoSecondChanceOfferType
secondChanceOfferCondition - EBay::SellingManagerAutoSecondChanceOfferTypeCodeType
amount - EBay::AmountType
profitPercent - SOAP::SOAPFloat
duration - EBay::SecondChanceOfferDurationCodeType
listingHoldInventoryLevel - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#listingHoldInventoryLevel ⇒ Object
Returns the value of attribute listingHoldInventoryLevel.
-
#profitPercent ⇒ Object
Returns the value of attribute profitPercent.
-
#secondChanceOfferCondition ⇒ Object
Returns the value of attribute secondChanceOfferCondition.
Instance Method Summary collapse
-
#initialize(secondChanceOfferCondition = nil, amount = nil, profitPercent = nil, duration = nil, listingHoldInventoryLevel = nil) ⇒ SellingManagerAutoSecondChanceOfferType
constructor
A new instance of SellingManagerAutoSecondChanceOfferType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(secondChanceOfferCondition = nil, amount = nil, profitPercent = nil, duration = nil, listingHoldInventoryLevel = nil) ⇒ SellingManagerAutoSecondChanceOfferType
Returns a new instance of SellingManagerAutoSecondChanceOfferType.
31679 31680 31681 31682 31683 31684 31685 31686 |
# File 'lib/eBay.rb', line 31679 def initialize(secondChanceOfferCondition = nil, amount = nil, profitPercent = nil, duration = nil, listingHoldInventoryLevel = nil) @secondChanceOfferCondition = secondChanceOfferCondition @amount = amount @profitPercent = profitPercent @duration = duration @listingHoldInventoryLevel = listingHoldInventoryLevel @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31673 31674 31675 |
# File 'lib/eBay.rb', line 31673 def __xmlele_any @__xmlele_any end |
#amount ⇒ Object
Returns the value of attribute amount.
31669 31670 31671 |
# File 'lib/eBay.rb', line 31669 def amount @amount end |
#duration ⇒ Object
Returns the value of attribute duration.
31671 31672 31673 |
# File 'lib/eBay.rb', line 31671 def duration @duration end |
#listingHoldInventoryLevel ⇒ Object
Returns the value of attribute listingHoldInventoryLevel.
31672 31673 31674 |
# File 'lib/eBay.rb', line 31672 def listingHoldInventoryLevel @listingHoldInventoryLevel end |
#profitPercent ⇒ Object
Returns the value of attribute profitPercent.
31670 31671 31672 |
# File 'lib/eBay.rb', line 31670 def profitPercent @profitPercent end |
#secondChanceOfferCondition ⇒ Object
Returns the value of attribute secondChanceOfferCondition.
31668 31669 31670 |
# File 'lib/eBay.rb', line 31668 def secondChanceOfferCondition @secondChanceOfferCondition end |
Instance Method Details
#set_any(elements) ⇒ Object
31675 31676 31677 |
# File 'lib/eBay.rb', line 31675 def set_any(elements) @__xmlele_any = elements end |