Class: EBay::GetOrdersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetOrdersResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
paginationResult - EBay::PaginationResultType
hasMoreOrders - SOAP::SOAPBoolean
orderArray - EBay::OrderArrayType
ordersPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
returnedOrderCountActual - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, paginationResult = nil, hasMoreOrders = nil, orderArray = nil, ordersPerPage = nil, pageNumber = nil, returnedOrderCountActual = nil) ⇒ GetOrdersResponseType

Returns a new instance of GetOrdersResponseType.



13358
13359
13360
13361
13362
13363
13364
13365
13366
13367
13368
13369
13370
13371
13372
13373
13374
13375
13376
13377
13378
13379
13380
13381
# File 'lib/eBay.rb', line 13358

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, paginationResult = nil, hasMoreOrders = nil, orderArray = nil, ordersPerPage = nil, pageNumber = nil, returnedOrderCountActual = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @paginationResult = paginationResult
  @hasMoreOrders = hasMoreOrders
  @orderArray = orderArray
  @ordersPerPage = ordersPerPage
  @pageNumber = pageNumber
  @returnedOrderCountActual = returnedOrderCountActual
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13346
13347
13348
# File 'lib/eBay.rb', line 13346

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13332
13333
13334
# File 'lib/eBay.rb', line 13332

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13344
13345
13346
# File 'lib/eBay.rb', line 13344

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13337
13338
13339
# File 'lib/eBay.rb', line 13337

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13333
13334
13335
# File 'lib/eBay.rb', line 13333

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13339
13340
13341
# File 'lib/eBay.rb', line 13339

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13341
13342
13343
# File 'lib/eBay.rb', line 13341

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13334
13335
13336
# File 'lib/eBay.rb', line 13334

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13345
13346
13347
# File 'lib/eBay.rb', line 13345

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13343
13344
13345
# File 'lib/eBay.rb', line 13343

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreOrdersObject

Returns the value of attribute hasMoreOrders.



13348
13349
13350
# File 'lib/eBay.rb', line 13348

def hasMoreOrders
  @hasMoreOrders
end

#messageObject

Returns the value of attribute message.



13335
13336
13337
# File 'lib/eBay.rb', line 13335

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13338
13339
13340
# File 'lib/eBay.rb', line 13338

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13342
13343
13344
# File 'lib/eBay.rb', line 13342

def notificationSignature
  @notificationSignature
end

#orderArrayObject

Returns the value of attribute orderArray.



13349
13350
13351
# File 'lib/eBay.rb', line 13349

def orderArray
  @orderArray
end

#ordersPerPageObject

Returns the value of attribute ordersPerPage.



13350
13351
13352
# File 'lib/eBay.rb', line 13350

def ordersPerPage
  @ordersPerPage
end

#pageNumberObject

Returns the value of attribute pageNumber.



13351
13352
13353
# File 'lib/eBay.rb', line 13351

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



13347
13348
13349
# File 'lib/eBay.rb', line 13347

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13340
13341
13342
# File 'lib/eBay.rb', line 13340

def recipientUserID
  @recipientUserID
end

#returnedOrderCountActualObject

Returns the value of attribute returnedOrderCountActual.



13352
13353
13354
# File 'lib/eBay.rb', line 13352

def returnedOrderCountActual
  @returnedOrderCountActual
end

#timestampObject

Returns the value of attribute timestamp.



13331
13332
13333
# File 'lib/eBay.rb', line 13331

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13336
13337
13338
# File 'lib/eBay.rb', line 13336

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13354
13355
13356
# File 'lib/eBay.rb', line 13354

def set_any(elements)
  @__xmlele_any = elements
end