Class: MyeBayFavoriteSellerType
- Inherits:
-
Object
- Object
- MyeBayFavoriteSellerType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyeBayFavoriteSellerType
Constant Summary collapse
- @@schema_type =
"MyeBayFavoriteSellerType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["userID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserID")]], ["storeName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreName")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
19965 19966 19967 19968 19969 |
# File 'lib/eBay.rb', line 19965 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.
19959 19960 19961 |
# File 'lib/eBay.rb', line 19959 def __xmlele_any @__xmlele_any end |
#storeName ⇒ Object
Returns the value of attribute storeName.
19958 19959 19960 |
# File 'lib/eBay.rb', line 19958 def storeName @storeName end |
#userID ⇒ Object
Returns the value of attribute userID.
19957 19958 19959 |
# File 'lib/eBay.rb', line 19957 def userID @userID end |
Instance Method Details
#set_any(elements) ⇒ Object
19961 19962 19963 |
# File 'lib/eBay.rb', line 19961 def set_any(elements) @__xmlele_any = elements end |