Class: AddOrderResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddOrderResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
orderID - (any)
createdTime - SOAP::SOAPDateTime

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, orderID = nil, createdTime = nil) ⇒ AddOrderResponseType

Returns a new instance of AddOrderResponseType.



7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'lib/eBay.rb', line 7857

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, orderID = nil, createdTime = 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
  @__xmlele_any = nil
  @orderID = orderID
  @createdTime = createdTime
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7849
7850
7851
# File 'lib/eBay.rb', line 7849

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7836
7837
7838
# File 'lib/eBay.rb', line 7836

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



7848
7849
7850
# File 'lib/eBay.rb', line 7848

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



7841
7842
7843
# File 'lib/eBay.rb', line 7841

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7837
7838
7839
# File 'lib/eBay.rb', line 7837

def correlationID
  @correlationID
end

#createdTimeObject

Returns the value of attribute createdTime.



7851
7852
7853
# File 'lib/eBay.rb', line 7851

def createdTime
  @createdTime
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7843
7844
7845
# File 'lib/eBay.rb', line 7843

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7845
7846
7847
# File 'lib/eBay.rb', line 7845

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



7838
7839
7840
# File 'lib/eBay.rb', line 7838

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7847
7848
7849
# File 'lib/eBay.rb', line 7847

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7839
7840
7841
# File 'lib/eBay.rb', line 7839

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7842
7843
7844
# File 'lib/eBay.rb', line 7842

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7846
7847
7848
# File 'lib/eBay.rb', line 7846

def notificationSignature
  @notificationSignature
end

#orderIDObject

Returns the value of attribute orderID.



7850
7851
7852
# File 'lib/eBay.rb', line 7850

def orderID
  @orderID
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7844
7845
7846
# File 'lib/eBay.rb', line 7844

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7835
7836
7837
# File 'lib/eBay.rb', line 7835

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7840
7841
7842
# File 'lib/eBay.rb', line 7840

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7853
7854
7855
# File 'lib/eBay.rb', line 7853

def set_any(elements)
  @__xmlele_any = elements
end