Class: AddMemberMessageRTQResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddMemberMessageRTQResponseType

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

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) ⇒ AddMemberMessageRTQResponseType

Returns a new instance of AddMemberMessageRTQResponseType.



7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
7755
7756
# File 'lib/eBay.rb', line 7740

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7734
7735
7736
# File 'lib/eBay.rb', line 7734

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7721
7722
7723
# File 'lib/eBay.rb', line 7721

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



7733
7734
7735
# File 'lib/eBay.rb', line 7733

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



7726
7727
7728
# File 'lib/eBay.rb', line 7726

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7722
7723
7724
# File 'lib/eBay.rb', line 7722

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7728
7729
7730
# File 'lib/eBay.rb', line 7728

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7730
7731
7732
# File 'lib/eBay.rb', line 7730

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



7723
7724
7725
# File 'lib/eBay.rb', line 7723

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7732
7733
7734
# File 'lib/eBay.rb', line 7732

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7724
7725
7726
# File 'lib/eBay.rb', line 7724

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7727
7728
7729
# File 'lib/eBay.rb', line 7727

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7731
7732
7733
# File 'lib/eBay.rb', line 7731

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7729
7730
7731
# File 'lib/eBay.rb', line 7729

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7720
7721
7722
# File 'lib/eBay.rb', line 7720

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7725
7726
7727
# File 'lib/eBay.rb', line 7725

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7736
7737
7738
# File 'lib/eBay.rb', line 7736

def set_any(elements)
  @__xmlele_any = elements
end