Class: EBay::ItemBestOffersArrayType
- Inherits:
-
Object
- Object
- EBay::ItemBestOffersArrayType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemBestOffersArrayType
itemBestOffers - EBay::ItemBestOffersType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#itemBestOffers ⇒ Object
Returns the value of attribute itemBestOffers.
Instance Method Summary collapse
-
#initialize(itemBestOffers = []) ⇒ ItemBestOffersArrayType
constructor
A new instance of ItemBestOffersArrayType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(itemBestOffers = []) ⇒ ItemBestOffersArrayType
Returns a new instance of ItemBestOffersArrayType.
25127 25128 25129 25130 |
# File 'lib/eBay.rb', line 25127 def initialize(itemBestOffers = []) @itemBestOffers = itemBestOffers @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25121 25122 25123 |
# File 'lib/eBay.rb', line 25121 def __xmlele_any @__xmlele_any end |
#itemBestOffers ⇒ Object
Returns the value of attribute itemBestOffers.
25120 25121 25122 |
# File 'lib/eBay.rb', line 25120 def itemBestOffers @itemBestOffers end |
Instance Method Details
#set_any(elements) ⇒ Object
25123 25124 25125 |
# File 'lib/eBay.rb', line 25123 def set_any(elements) @__xmlele_any = elements end |