Class: EBay::ProStoresCheckoutPreferenceType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsProStoresCheckoutPreferenceType

checkoutRedirectProStores - SOAP::SOAPBoolean
proStoresDetails - EBay::ProStoresDetailsType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



29139
29140
29141
# File 'lib/eBay.rb', line 29139

def __xmlele_any
  @__xmlele_any
end

#checkoutRedirectProStoresObject

Returns the value of attribute checkoutRedirectProStores.



29137
29138
29139
# File 'lib/eBay.rb', line 29137

def checkoutRedirectProStores
  @checkoutRedirectProStores
end

#proStoresDetailsObject

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