Class: EBay::MyeBayFavoriteSellerType
- Inherits:
-
Object
- Object
- EBay::MyeBayFavoriteSellerType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyeBayFavoriteSellerType
userID - SOAP::SOAPString
storeName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#storeName ⇒ Object
Returns the value of attribute storeName.
-
#userID ⇒ Object
Returns the value of attribute userID.
Instance Method Summary collapse
-
#initialize(userID = nil, storeName = nil) ⇒ MyeBayFavoriteSellerType
constructor
A new instance of MyeBayFavoriteSellerType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(userID = nil, storeName = nil) ⇒ MyeBayFavoriteSellerType
Returns a new instance of MyeBayFavoriteSellerType.
27663 27664 27665 27666 27667 |
# File 'lib/eBay.rb', line 27663 def initialize(userID = nil, storeName = nil) @userID = userID @storeName = storeName @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27657 27658 27659 |
# File 'lib/eBay.rb', line 27657 def __xmlele_any @__xmlele_any end |
#storeName ⇒ Object
Returns the value of attribute storeName.
27656 27657 27658 |
# File 'lib/eBay.rb', line 27656 def storeName @storeName end |
#userID ⇒ Object
Returns the value of attribute userID.
27655 27656 27657 |
# File 'lib/eBay.rb', line 27655 def userID @userID end |
Instance Method Details
#set_any(elements) ⇒ Object
27659 27660 27661 |
# File 'lib/eBay.rb', line 27659 def set_any(elements) @__xmlele_any = elements end |