Class: EBay::ProStoresCheckoutPreferenceType
- Inherits:
-
Object
- Object
- EBay::ProStoresCheckoutPreferenceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProStoresCheckoutPreferenceType
checkoutRedirectProStores - SOAP::SOAPBoolean
proStoresDetails - EBay::ProStoresDetailsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#checkoutRedirectProStores ⇒ Object
Returns the value of attribute checkoutRedirectProStores.
-
#proStoresDetails ⇒ Object
Returns the value of attribute proStoresDetails.
Instance Method Summary collapse
-
#initialize(checkoutRedirectProStores = nil, proStoresDetails = []) ⇒ ProStoresCheckoutPreferenceType
constructor
A new instance of ProStoresCheckoutPreferenceType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(checkoutRedirectProStores = nil, proStoresDetails = []) ⇒ ProStoresCheckoutPreferenceType
Returns a new instance of ProStoresCheckoutPreferenceType.
29145 29146 29147 29148 29149 |
# File 'lib/eBay.rb', line 29145 def initialize(checkoutRedirectProStores = nil, proStoresDetails = []) @checkoutRedirectProStores = checkoutRedirectProStores @proStoresDetails = proStoresDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29139 29140 29141 |
# File 'lib/eBay.rb', line 29139 def __xmlele_any @__xmlele_any end |
#checkoutRedirectProStores ⇒ Object
Returns the value of attribute checkoutRedirectProStores.
29137 29138 29139 |
# File 'lib/eBay.rb', line 29137 def checkoutRedirectProStores @checkoutRedirectProStores end |
#proStoresDetails ⇒ Object
Returns the value of attribute proStoresDetails.
29138 29139 29140 |
# File 'lib/eBay.rb', line 29138 def proStoresDetails @proStoresDetails end |
Instance Method Details
#set_any(elements) ⇒ Object
29141 29142 29143 |
# File 'lib/eBay.rb', line 29141 def set_any(elements) @__xmlele_any = elements end |