Class: EBay::GetOrdersResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetOrdersResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetOrdersResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#hasMoreOrders ⇒ Object
Returns the value of attribute hasMoreOrders.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#orderArray ⇒ Object
Returns the value of attribute orderArray.
-
#ordersPerPage ⇒ Object
Returns the value of attribute ordersPerPage.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#returnedOrderCountActual ⇒ Object
Returns the value of attribute returnedOrderCountActual.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetOrdersResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13346 13347 13348 |
# File 'lib/eBay.rb', line 13346 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
13332 13333 13334 |
# File 'lib/eBay.rb', line 13332 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
13344 13345 13346 |
# File 'lib/eBay.rb', line 13344 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
13337 13338 13339 |
# File 'lib/eBay.rb', line 13337 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
13333 13334 13335 |
# File 'lib/eBay.rb', line 13333 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
13339 13340 13341 |
# File 'lib/eBay.rb', line 13339 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
13341 13342 13343 |
# File 'lib/eBay.rb', line 13341 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
13334 13335 13336 |
# File 'lib/eBay.rb', line 13334 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
13345 13346 13347 |
# File 'lib/eBay.rb', line 13345 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
13343 13344 13345 |
# File 'lib/eBay.rb', line 13343 def hardExpirationWarning @hardExpirationWarning end |
#hasMoreOrders ⇒ Object
Returns the value of attribute hasMoreOrders.
13348 13349 13350 |
# File 'lib/eBay.rb', line 13348 def hasMoreOrders @hasMoreOrders end |
#message ⇒ Object
Returns the value of attribute message.
13335 13336 13337 |
# File 'lib/eBay.rb', line 13335 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
13338 13339 13340 |
# File 'lib/eBay.rb', line 13338 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
13342 13343 13344 |
# File 'lib/eBay.rb', line 13342 def notificationSignature @notificationSignature end |
#orderArray ⇒ Object
Returns the value of attribute orderArray.
13349 13350 13351 |
# File 'lib/eBay.rb', line 13349 def orderArray @orderArray end |
#ordersPerPage ⇒ Object
Returns the value of attribute ordersPerPage.
13350 13351 13352 |
# File 'lib/eBay.rb', line 13350 def ordersPerPage @ordersPerPage end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
13351 13352 13353 |
# File 'lib/eBay.rb', line 13351 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
13347 13348 13349 |
# File 'lib/eBay.rb', line 13347 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
13340 13341 13342 |
# File 'lib/eBay.rb', line 13340 def recipientUserID @recipientUserID end |
#returnedOrderCountActual ⇒ Object
Returns the value of attribute returnedOrderCountActual.
13352 13353 13354 |
# File 'lib/eBay.rb', line 13352 def returnedOrderCountActual @returnedOrderCountActual end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
13331 13332 13333 |
# File 'lib/eBay.rb', line 13331 def @timestamp end |
#version ⇒ Object
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 |