Class: ProStoresCheckoutPreferenceType
- Inherits:
-
Object
- Object
- ProStoresCheckoutPreferenceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProStoresCheckoutPreferenceType
Constant Summary collapse
- @@schema_type =
"ProStoresCheckoutPreferenceType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["checkoutRedirectProStores", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CheckoutRedirectProStores")]], ["proStoresDetails", ["ProStoresDetailsType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProStoresDetails")]], ["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.
-
#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.
20903 20904 20905 20906 20907 |
# File 'lib/eBay.rb', line 20903 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.
20897 20898 20899 |
# File 'lib/eBay.rb', line 20897 def __xmlele_any @__xmlele_any end |
#checkoutRedirectProStores ⇒ Object
Returns the value of attribute checkoutRedirectProStores.
20895 20896 20897 |
# File 'lib/eBay.rb', line 20895 def checkoutRedirectProStores @checkoutRedirectProStores end |
#proStoresDetails ⇒ Object
Returns the value of attribute proStoresDetails.
20896 20897 20898 |
# File 'lib/eBay.rb', line 20896 def proStoresDetails @proStoresDetails end |
Instance Method Details
#set_any(elements) ⇒ Object
20899 20900 20901 |
# File 'lib/eBay.rb', line 20899 def set_any(elements) @__xmlele_any = elements end |