Class: EBay::MyeBaySecondChanceOfferListType
- Inherits:
-
Object
- Object
- EBay::MyeBaySecondChanceOfferListType
- Defined in:
- lib/eBay.rb
Overview
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#secondChanceOffer ⇒ Object
Returns the value of attribute secondChanceOffer.
-
#totalAvailable ⇒ Object
Returns the value of attribute totalAvailable.
Instance Method Summary collapse
-
#initialize(totalAvailable = nil, secondChanceOffer = []) ⇒ MyeBaySecondChanceOfferListType
constructor
A new instance of MyeBaySecondChanceOfferListType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(totalAvailable = nil, secondChanceOffer = []) ⇒ MyeBaySecondChanceOfferListType
Returns a new instance of MyeBaySecondChanceOfferListType.
27682 27683 27684 27685 27686 |
# File 'lib/eBay.rb', line 27682 def initialize(totalAvailable = nil, secondChanceOffer = []) @totalAvailable = totalAvailable @secondChanceOffer = secondChanceOffer @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27676 27677 27678 |
# File 'lib/eBay.rb', line 27676 def __xmlele_any @__xmlele_any end |
#secondChanceOffer ⇒ Object
Returns the value of attribute secondChanceOffer.
27675 27676 27677 |
# File 'lib/eBay.rb', line 27675 def secondChanceOffer @secondChanceOffer end |
#totalAvailable ⇒ Object
Returns the value of attribute totalAvailable.
27674 27675 27676 |
# File 'lib/eBay.rb', line 27674 def totalAvailable @totalAvailable end |
Instance Method Details
#set_any(elements) ⇒ Object
27678 27679 27680 |
# File 'lib/eBay.rb', line 27678 def set_any(elements) @__xmlele_any = elements end |