Class: ProStoresCheckoutPreferenceType

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

Overview

urn:ebay:apis:eBLBaseComponentsProStoresCheckoutPreferenceType

checkoutRedirectProStores - SOAP::SOAPBoolean
proStoresDetails - ProStoresDetailsType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(checkoutRedirectProStores = nil, proStoresDetails = []) ⇒ ProStoresCheckoutPreferenceType

Returns a new instance of ProStoresCheckoutPreferenceType.



22352
22353
22354
22355
22356
# File 'lib/eBay.rb', line 22352

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.



22346
22347
22348
# File 'lib/eBay.rb', line 22346

def __xmlele_any
  @__xmlele_any
end

#checkoutRedirectProStoresObject

Returns the value of attribute checkoutRedirectProStores.



22344
22345
22346
# File 'lib/eBay.rb', line 22344

def checkoutRedirectProStores
  @checkoutRedirectProStores
end

#proStoresDetailsObject

Returns the value of attribute proStoresDetails.



22345
22346
22347
# File 'lib/eBay.rb', line 22345

def proStoresDetails
  @proStoresDetails
end

Instance Method Details

#set_any(elements) ⇒ Object



22348
22349
22350
# File 'lib/eBay.rb', line 22348

def set_any(elements)
  @__xmlele_any = elements
end