Class: GetOrderTransactionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetOrderTransactionsRequestType

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
itemTransactionIDArray - ItemTransactionIDArrayType
orderIDArray - OrderIDArrayType
platform - TransactionPlatformCodeType

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, itemTransactionIDArray = nil, orderIDArray = nil, platform = nil) ⇒ GetOrderTransactionsRequestType

Returns a new instance of GetOrderTransactionsRequestType.



3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
# File 'lib/eBay.rb', line 3107

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemTransactionIDArray = nil, orderIDArray = nil, platform = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemTransactionIDArray = itemTransactionIDArray
  @orderIDArray = orderIDArray
  @platform = platform
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3098
3099
3100
# File 'lib/eBay.rb', line 3098

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3097
3098
3099
# File 'lib/eBay.rb', line 3097

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3088
3089
3090
# File 'lib/eBay.rb', line 3088

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3092
3093
3094
# File 'lib/eBay.rb', line 3092

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3093
3094
3095
# File 'lib/eBay.rb', line 3093

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3089
3090
3091
# File 'lib/eBay.rb', line 3089

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3094
3095
3096
# File 'lib/eBay.rb', line 3094

def invocationID
  @invocationID
end

#itemTransactionIDArrayObject

Returns the value of attribute itemTransactionIDArray.



3099
3100
3101
# File 'lib/eBay.rb', line 3099

def itemTransactionIDArray
  @itemTransactionIDArray
end

#messageIDObject

Returns the value of attribute messageID.



3090
3091
3092
# File 'lib/eBay.rb', line 3090

def messageID
  @messageID
end

#orderIDArrayObject

Returns the value of attribute orderIDArray.



3100
3101
3102
# File 'lib/eBay.rb', line 3100

def orderIDArray
  @orderIDArray
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3095
3096
3097
# File 'lib/eBay.rb', line 3095

def outputSelector
  @outputSelector
end

#platformObject

Returns the value of attribute platform.



3101
3102
3103
# File 'lib/eBay.rb', line 3101

def platform
  @platform
end

#versionObject

Returns the value of attribute version.



3091
3092
3093
# File 'lib/eBay.rb', line 3091

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3096
3097
3098
# File 'lib/eBay.rb', line 3096

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3103
3104
3105
# File 'lib/eBay.rb', line 3103

def set_any(elements)
  @__xmlele_any = elements
end