Class: GetCartRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCartRequestType

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

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) ⇒ GetCartRequestType

Returns a new instance of GetCartRequestType.



1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
# File 'lib/eBay.rb', line 1402

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1393
1394
1395
# File 'lib/eBay.rb', line 1393

def __xmlele_any
  @__xmlele_any
end

#affiliateTrackingDetailsObject

Returns the value of attribute affiliateTrackingDetails.



1394
1395
1396
# File 'lib/eBay.rb', line 1394

def affiliateTrackingDetails
  @affiliateTrackingDetails
end

#botBlockObject

Returns the value of attribute botBlock.



1392
1393
1394
# File 'lib/eBay.rb', line 1392

def botBlock
  @botBlock
end

#cartIDObject

Returns the value of attribute cartID.



1395
1396
1397
# File 'lib/eBay.rb', line 1395

def cartID
  @cartID
end

#detailLevelObject

Returns the value of attribute detailLevel.



1383
1384
1385
# File 'lib/eBay.rb', line 1383

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1387
1388
1389
# File 'lib/eBay.rb', line 1387

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1388
1389
1390
# File 'lib/eBay.rb', line 1388

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1384
1385
1386
# File 'lib/eBay.rb', line 1384

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1389
1390
1391
# File 'lib/eBay.rb', line 1389

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1385
1386
1387
# File 'lib/eBay.rb', line 1385

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1390
1391
1392
# File 'lib/eBay.rb', line 1390

def outputSelector
  @outputSelector
end

#shippingAddressObject

Returns the value of attribute shippingAddress.



1396
1397
1398
# File 'lib/eBay.rb', line 1396

def shippingAddress
  @shippingAddress
end

#versionObject

Returns the value of attribute version.



1386
1387
1388
# File 'lib/eBay.rb', line 1386

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1391
1392
1393
# File 'lib/eBay.rb', line 1391

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1398
1399
1400
# File 'lib/eBay.rb', line 1398

def set_any(elements)
  @__xmlele_any = elements
end