Class: GetOrdersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetOrdersRequestType

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
orderIDArray - OrderIDArrayType
createTimeFrom - SOAP::SOAPDateTime
createTimeTo - SOAP::SOAPDateTime
orderRole - TradingRoleCodeType
orderStatus - OrderStatusCodeType
listingType - ListingTypeCodeType
pagination - PaginationType

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, orderIDArray = nil, createTimeFrom = nil, createTimeTo = nil, orderRole = nil, orderStatus = nil, listingType = nil, pagination = nil) ⇒ GetOrdersRequestType

Returns a new instance of GetOrdersRequestType.



3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'lib/eBay.rb', line 3167

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, orderIDArray = nil, createTimeFrom = nil, createTimeTo = nil, orderRole = nil, orderStatus = nil, listingType = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @orderIDArray = orderIDArray
  @createTimeFrom = createTimeFrom
  @createTimeTo = createTimeTo
  @orderRole = orderRole
  @orderStatus = orderStatus
  @listingType = listingType
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3154
3155
3156
# File 'lib/eBay.rb', line 3154

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3153
3154
3155
# File 'lib/eBay.rb', line 3153

def botBlock
  @botBlock
end

#createTimeFromObject

Returns the value of attribute createTimeFrom.



3156
3157
3158
# File 'lib/eBay.rb', line 3156

def createTimeFrom
  @createTimeFrom
end

#createTimeToObject

Returns the value of attribute createTimeTo.



3157
3158
3159
# File 'lib/eBay.rb', line 3157

def createTimeTo
  @createTimeTo
end

#detailLevelObject

Returns the value of attribute detailLevel.



3144
3145
3146
# File 'lib/eBay.rb', line 3144

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3148
3149
3150
# File 'lib/eBay.rb', line 3148

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3149
3150
3151
# File 'lib/eBay.rb', line 3149

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3145
3146
3147
# File 'lib/eBay.rb', line 3145

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3150
3151
3152
# File 'lib/eBay.rb', line 3150

def invocationID
  @invocationID
end

#listingTypeObject

Returns the value of attribute listingType.



3160
3161
3162
# File 'lib/eBay.rb', line 3160

def listingType
  @listingType
end

#messageIDObject

Returns the value of attribute messageID.



3146
3147
3148
# File 'lib/eBay.rb', line 3146

def messageID
  @messageID
end

#orderIDArrayObject

Returns the value of attribute orderIDArray.



3155
3156
3157
# File 'lib/eBay.rb', line 3155

def orderIDArray
  @orderIDArray
end

#orderRoleObject

Returns the value of attribute orderRole.



3158
3159
3160
# File 'lib/eBay.rb', line 3158

def orderRole
  @orderRole
end

#orderStatusObject

Returns the value of attribute orderStatus.



3159
3160
3161
# File 'lib/eBay.rb', line 3159

def orderStatus
  @orderStatus
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3151
3152
3153
# File 'lib/eBay.rb', line 3151

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



3161
3162
3163
# File 'lib/eBay.rb', line 3161

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



3147
3148
3149
# File 'lib/eBay.rb', line 3147

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3152
3153
3154
# File 'lib/eBay.rb', line 3152

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3163
3164
3165
# File 'lib/eBay.rb', line 3163

def set_any(elements)
  @__xmlele_any = elements
end