Class: EBay::ProStoresDetailsType
- Inherits:
-
Object
- Object
- EBay::ProStoresDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProStoresDetailsType
sellerThirdPartyUsername - SOAP::SOAPString
storeName - SOAP::SOAPString
status - EBay::EnableCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#sellerThirdPartyUsername ⇒ Object
Returns the value of attribute sellerThirdPartyUsername.
-
#status ⇒ Object
Returns the value of attribute status.
-
#storeName ⇒ Object
Returns the value of attribute storeName.
Instance Method Summary collapse
-
#initialize(sellerThirdPartyUsername = nil, storeName = nil, status = nil) ⇒ ProStoresDetailsType
constructor
A new instance of ProStoresDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(sellerThirdPartyUsername = nil, storeName = nil, status = nil) ⇒ ProStoresDetailsType
Returns a new instance of ProStoresDetailsType.
29166 29167 29168 29169 29170 29171 |
# File 'lib/eBay.rb', line 29166 def initialize(sellerThirdPartyUsername = nil, storeName = nil, status = nil) @sellerThirdPartyUsername = sellerThirdPartyUsername @storeName = storeName @status = status @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29160 29161 29162 |
# File 'lib/eBay.rb', line 29160 def __xmlele_any @__xmlele_any end |
#sellerThirdPartyUsername ⇒ Object
Returns the value of attribute sellerThirdPartyUsername.
29157 29158 29159 |
# File 'lib/eBay.rb', line 29157 def sellerThirdPartyUsername @sellerThirdPartyUsername end |
#status ⇒ Object
Returns the value of attribute status.
29159 29160 29161 |
# File 'lib/eBay.rb', line 29159 def status @status end |
#storeName ⇒ Object
Returns the value of attribute storeName.
29158 29159 29160 |
# File 'lib/eBay.rb', line 29158 def storeName @storeName end |
Instance Method Details
#set_any(elements) ⇒ Object
29162 29163 29164 |
# File 'lib/eBay.rb', line 29162 def set_any(elements) @__xmlele_any = elements end |