Class: NotificationMessageType

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

Overview

urn:ebay:apis:eBLBaseComponentsNotificationMessageType

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
messageBody - SOAP::SOAPString
eIAS - SOAP::SOAPString

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, messageBody = nil, eIAS = nil) ⇒ NotificationMessageType

Returns a new instance of NotificationMessageType.



15737
15738
15739
15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
15752
15753
15754
15755
# File 'lib/eBay.rb', line 15737

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, messageBody = nil, eIAS = 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
  @messageBody = messageBody
  @eIAS = eIAS
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15729
15730
15731
# File 'lib/eBay.rb', line 15729

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15716
15717
15718
# File 'lib/eBay.rb', line 15716

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15728
15729
15730
# File 'lib/eBay.rb', line 15728

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15721
15722
15723
# File 'lib/eBay.rb', line 15721

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15717
15718
15719
# File 'lib/eBay.rb', line 15717

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15723
15724
15725
# File 'lib/eBay.rb', line 15723

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASObject

Returns the value of attribute eIAS.



15731
15732
15733
# File 'lib/eBay.rb', line 15731

def eIAS
  @eIAS
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15725
15726
15727
# File 'lib/eBay.rb', line 15725

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15718
15719
15720
# File 'lib/eBay.rb', line 15718

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15727
15728
15729
# File 'lib/eBay.rb', line 15727

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15719
15720
15721
# File 'lib/eBay.rb', line 15719

def message
  @message
end

#messageBodyObject

Returns the value of attribute messageBody.



15730
15731
15732
# File 'lib/eBay.rb', line 15730

def messageBody
  @messageBody
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15722
15723
15724
# File 'lib/eBay.rb', line 15722

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15726
15727
15728
# File 'lib/eBay.rb', line 15726

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15724
15725
15726
# File 'lib/eBay.rb', line 15724

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



15715
15716
15717
# File 'lib/eBay.rb', line 15715

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15720
15721
15722
# File 'lib/eBay.rb', line 15720

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15733
15734
15735
# File 'lib/eBay.rb', line 15733

def set_any(elements)
  @__xmlele_any = elements
end