Class: EBay::MyeBayFavoriteSearchListType
- Inherits:
-
Object
- Object
- EBay::MyeBayFavoriteSearchListType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyeBayFavoriteSearchListType
totalAvailable - SOAP::SOAPInt
favoriteSearch - EBay::MyeBayFavoriteSearchType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#favoriteSearch ⇒ Object
Returns the value of attribute favoriteSearch.
-
#totalAvailable ⇒ Object
Returns the value of attribute totalAvailable.
Instance Method Summary collapse
-
#initialize(totalAvailable = nil, favoriteSearch = []) ⇒ MyeBayFavoriteSearchListType
constructor
A new instance of MyeBayFavoriteSearchListType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(totalAvailable = nil, favoriteSearch = []) ⇒ MyeBayFavoriteSearchListType
Returns a new instance of MyeBayFavoriteSearchListType.
27531 27532 27533 27534 27535 |
# File 'lib/eBay.rb', line 27531 def initialize(totalAvailable = nil, favoriteSearch = []) @totalAvailable = totalAvailable @favoriteSearch = favoriteSearch @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27525 27526 27527 |
# File 'lib/eBay.rb', line 27525 def __xmlele_any @__xmlele_any end |
#favoriteSearch ⇒ Object
Returns the value of attribute favoriteSearch.
27524 27525 27526 |
# File 'lib/eBay.rb', line 27524 def favoriteSearch @favoriteSearch end |
#totalAvailable ⇒ Object
Returns the value of attribute totalAvailable.
27523 27524 27525 |
# File 'lib/eBay.rb', line 27523 def totalAvailable @totalAvailable end |
Instance Method Details
#set_any(elements) ⇒ Object
27527 27528 27529 |
# File 'lib/eBay.rb', line 27527 def set_any(elements) @__xmlele_any = elements end |