Class: EBay::AddOrderResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::AddOrderResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddOrderResponseType
- 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
orderID - (any)
createdTime - SOAP::SOAPDateTime
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.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#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, orderID = nil, createdTime = nil) ⇒ AddOrderResponseType
constructor
A new instance of AddOrderResponseType.
- #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, orderID = nil, createdTime = nil) ⇒ AddOrderResponseType
Returns a new instance of AddOrderResponseType.
9494 9495 9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 9510 9511 9512 9513 |
# File 'lib/eBay.rb', line 9494 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, orderID = nil, createdTime = 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 @orderID = orderID @createdTime = createdTime end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9486 9487 9488 |
# File 'lib/eBay.rb', line 9486 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
9472 9473 9474 |
# File 'lib/eBay.rb', line 9472 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
9484 9485 9486 |
# File 'lib/eBay.rb', line 9484 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
9477 9478 9479 |
# File 'lib/eBay.rb', line 9477 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
9473 9474 9475 |
# File 'lib/eBay.rb', line 9473 def correlationID @correlationID end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9488 9489 9490 |
# File 'lib/eBay.rb', line 9488 def createdTime @createdTime end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9479 9480 9481 |
# File 'lib/eBay.rb', line 9479 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9481 9482 9483 |
# File 'lib/eBay.rb', line 9481 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
9474 9475 9476 |
# File 'lib/eBay.rb', line 9474 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
9485 9486 9487 |
# File 'lib/eBay.rb', line 9485 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9483 9484 9485 |
# File 'lib/eBay.rb', line 9483 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
9475 9476 9477 |
# File 'lib/eBay.rb', line 9475 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
9478 9479 9480 |
# File 'lib/eBay.rb', line 9478 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9482 9483 9484 |
# File 'lib/eBay.rb', line 9482 def notificationSignature @notificationSignature end |
#orderID ⇒ Object
Returns the value of attribute orderID.
9487 9488 9489 |
# File 'lib/eBay.rb', line 9487 def orderID @orderID end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9480 9481 9482 |
# File 'lib/eBay.rb', line 9480 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
9471 9472 9473 |
# File 'lib/eBay.rb', line 9471 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
9476 9477 9478 |
# File 'lib/eBay.rb', line 9476 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
9490 9491 9492 |
# File 'lib/eBay.rb', line 9490 def set_any(elements) @__xmlele_any = elements end |