Class: EBay::NotificationMessageType

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

Overview

urn:ebay:apis:eBLBaseComponentsNotificationMessageType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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
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, externalUserData = nil, messageBody = nil, eIAS = nil) ⇒ NotificationMessageType

Returns a new instance of NotificationMessageType.



19636
19637
19638
19639
19640
19641
19642
19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
# File 'lib/eBay.rb', line 19636

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19628
19629
19630
# File 'lib/eBay.rb', line 19628

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



19614
19615
19616
# File 'lib/eBay.rb', line 19614

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



19626
19627
19628
# File 'lib/eBay.rb', line 19626

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



19619
19620
19621
# File 'lib/eBay.rb', line 19619

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



19615
19616
19617
# File 'lib/eBay.rb', line 19615

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



19621
19622
19623
# File 'lib/eBay.rb', line 19621

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASObject

Returns the value of attribute eIAS.



19630
19631
19632
# File 'lib/eBay.rb', line 19630

def eIAS
  @eIAS
end

#eIASTokenObject

Returns the value of attribute eIASToken.



19623
19624
19625
# File 'lib/eBay.rb', line 19623

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



19616
19617
19618
# File 'lib/eBay.rb', line 19616

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



19627
19628
19629
# File 'lib/eBay.rb', line 19627

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



19625
19626
19627
# File 'lib/eBay.rb', line 19625

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



19617
19618
19619
# File 'lib/eBay.rb', line 19617

def message
  @message
end

#messageBodyObject

Returns the value of attribute messageBody.



19629
19630
19631
# File 'lib/eBay.rb', line 19629

def messageBody
  @messageBody
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



19620
19621
19622
# File 'lib/eBay.rb', line 19620

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



19624
19625
19626
# File 'lib/eBay.rb', line 19624

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



19622
19623
19624
# File 'lib/eBay.rb', line 19622

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



19613
19614
19615
# File 'lib/eBay.rb', line 19613

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



19618
19619
19620
# File 'lib/eBay.rb', line 19618

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



19632
19633
19634
# File 'lib/eBay.rb', line 19632

def set_any(elements)
  @__xmlele_any = elements
end