Class: NotificationMessageResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsNotificationMessageResponseType

Constant Summary collapse

@@schema_type =
"NotificationMessageResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["messageBody", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageBody")]],
  ["eIAS", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIAS")]]
]

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, notificationSignature = nil, hardExpirationWarning = nil, messageBody = nil, eIAS = nil) ⇒ NotificationMessageResponseType

Returns a new instance of NotificationMessageResponseType.



17754
17755
17756
17757
17758
17759
17760
17761
17762
17763
17764
17765
17766
17767
17768
17769
17770
# File 'lib/eBay.rb', line 17754

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, messageBody = nil, eIAS = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @messageBody = messageBody
  @eIAS = eIAS
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17746
17747
17748
# File 'lib/eBay.rb', line 17746

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



17735
17736
17737
# File 'lib/eBay.rb', line 17735

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



17740
17741
17742
# File 'lib/eBay.rb', line 17740

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



17736
17737
17738
# File 'lib/eBay.rb', line 17736

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



17742
17743
17744
# File 'lib/eBay.rb', line 17742

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASObject

Returns the value of attribute eIAS.



17748
17749
17750
# File 'lib/eBay.rb', line 17748

def eIAS
  @eIAS
end

#errorsObject

Returns the value of attribute errors.



17737
17738
17739
# File 'lib/eBay.rb', line 17737

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



17745
17746
17747
# File 'lib/eBay.rb', line 17745

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



17738
17739
17740
# File 'lib/eBay.rb', line 17738

def message
  @message
end

#messageBodyObject

Returns the value of attribute messageBody.



17747
17748
17749
# File 'lib/eBay.rb', line 17747

def messageBody
  @messageBody
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



17741
17742
17743
# File 'lib/eBay.rb', line 17741

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



17744
17745
17746
# File 'lib/eBay.rb', line 17744

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



17743
17744
17745
# File 'lib/eBay.rb', line 17743

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



17734
17735
17736
# File 'lib/eBay.rb', line 17734

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



17739
17740
17741
# File 'lib/eBay.rb', line 17739

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



17750
17751
17752
# File 'lib/eBay.rb', line 17750

def set_any(elements)
  @__xmlele_any = elements
end