Class: ProStoresCheckoutPreferenceType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20897
20898
20899
# File 'lib/eBay.rb', line 20897

def __xmlele_any
  @__xmlele_any
end

#checkoutRedirectProStoresObject

Returns the value of attribute checkoutRedirectProStores.



20895
20896
20897
# File 'lib/eBay.rb', line 20895

def checkoutRedirectProStores
  @checkoutRedirectProStores
end

#proStoresDetailsObject

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