Class: SetCartRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSetCartRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
affiliateTrackingDetails - AffiliateTrackingDetailsType
cartID - SOAP::SOAPLong
shippingAddress - AddressType
checkoutCompleteRedirect - CheckoutCompleteRedirectType
cartItemArray - CartItemArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, affiliateTrackingDetails = nil, cartID = nil, shippingAddress = nil, checkoutCompleteRedirect = nil, cartItemArray = nil) ⇒ SetCartRequestType

Returns a new instance of SetCartRequestType.



6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
# File 'lib/eBay.rb', line 6244

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, affiliateTrackingDetails = nil, cartID = nil, shippingAddress = nil, checkoutCompleteRedirect = nil, cartItemArray = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @affiliateTrackingDetails = affiliateTrackingDetails
  @cartID = cartID
  @shippingAddress = shippingAddress
  @checkoutCompleteRedirect = checkoutCompleteRedirect
  @cartItemArray = cartItemArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6233
6234
6235
# File 'lib/eBay.rb', line 6233

def __xmlele_any
  @__xmlele_any
end

#affiliateTrackingDetailsObject

Returns the value of attribute affiliateTrackingDetails.



6234
6235
6236
# File 'lib/eBay.rb', line 6234

def affiliateTrackingDetails
  @affiliateTrackingDetails
end

#botBlockObject

Returns the value of attribute botBlock.



6232
6233
6234
# File 'lib/eBay.rb', line 6232

def botBlock
  @botBlock
end

#cartIDObject

Returns the value of attribute cartID.



6235
6236
6237
# File 'lib/eBay.rb', line 6235

def cartID
  @cartID
end

#cartItemArrayObject

Returns the value of attribute cartItemArray.



6238
6239
6240
# File 'lib/eBay.rb', line 6238

def cartItemArray
  @cartItemArray
end

#checkoutCompleteRedirectObject

Returns the value of attribute checkoutCompleteRedirect.



6237
6238
6239
# File 'lib/eBay.rb', line 6237

def checkoutCompleteRedirect
  @checkoutCompleteRedirect
end

#detailLevelObject

Returns the value of attribute detailLevel.



6223
6224
6225
# File 'lib/eBay.rb', line 6223

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6227
6228
6229
# File 'lib/eBay.rb', line 6227

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6228
6229
6230
# File 'lib/eBay.rb', line 6228

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6224
6225
6226
# File 'lib/eBay.rb', line 6224

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6229
6230
6231
# File 'lib/eBay.rb', line 6229

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6225
6226
6227
# File 'lib/eBay.rb', line 6225

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6230
6231
6232
# File 'lib/eBay.rb', line 6230

def outputSelector
  @outputSelector
end

#shippingAddressObject

Returns the value of attribute shippingAddress.



6236
6237
6238
# File 'lib/eBay.rb', line 6236

def shippingAddress
  @shippingAddress
end

#versionObject

Returns the value of attribute version.



6226
6227
6228
# File 'lib/eBay.rb', line 6226

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6231
6232
6233
# File 'lib/eBay.rb', line 6231

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6240
6241
6242
# File 'lib/eBay.rb', line 6240

def set_any(elements)
  @__xmlele_any = elements
end