Class: EBay::ItemBestOffersType
- Inherits:
-
Object
- Object
- EBay::ItemBestOffersType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemBestOffersType
role - EBay::TradingRoleCodeType
bestOfferArray - EBay::BestOfferArrayType
item - EBay::ItemType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bestOfferArray ⇒ Object
Returns the value of attribute bestOfferArray.
-
#item ⇒ Object
Returns the value of attribute item.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Method Summary collapse
-
#initialize(role = nil, bestOfferArray = nil, item = nil) ⇒ ItemBestOffersType
constructor
A new instance of ItemBestOffersType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(role = nil, bestOfferArray = nil, item = nil) ⇒ ItemBestOffersType
Returns a new instance of ItemBestOffersType.
25147 25148 25149 25150 25151 25152 |
# File 'lib/eBay.rb', line 25147 def initialize(role = nil, bestOfferArray = nil, item = nil) @role = role @bestOfferArray = bestOfferArray @item = item @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25141 25142 25143 |
# File 'lib/eBay.rb', line 25141 def __xmlele_any @__xmlele_any end |
#bestOfferArray ⇒ Object
Returns the value of attribute bestOfferArray.
25139 25140 25141 |
# File 'lib/eBay.rb', line 25139 def bestOfferArray @bestOfferArray end |
#item ⇒ Object
Returns the value of attribute item.
25140 25141 25142 |
# File 'lib/eBay.rb', line 25140 def item @item end |
#role ⇒ Object
Returns the value of attribute role.
25138 25139 25140 |
# File 'lib/eBay.rb', line 25138 def role @role end |
Instance Method Details
#set_any(elements) ⇒ Object
25143 25144 25145 |
# File 'lib/eBay.rb', line 25143 def set_any(elements) @__xmlele_any = elements end |