Class: AddMemberMessageAAQToPartnerResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddMemberMessageAAQToPartnerResponseType

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

Returns a new instance of AddMemberMessageAAQToPartnerResponseType.



7685
7686
7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
7701
# File 'lib/eBay.rb', line 7685

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.



7679
7680
7681
# File 'lib/eBay.rb', line 7679

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7666
7667
7668
# File 'lib/eBay.rb', line 7666

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



7678
7679
7680
# File 'lib/eBay.rb', line 7678

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



7671
7672
7673
# File 'lib/eBay.rb', line 7671

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7667
7668
7669
# File 'lib/eBay.rb', line 7667

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7673
7674
7675
# File 'lib/eBay.rb', line 7673

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7675
7676
7677
# File 'lib/eBay.rb', line 7675

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



7668
7669
7670
# File 'lib/eBay.rb', line 7668

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7677
7678
7679
# File 'lib/eBay.rb', line 7677

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7669
7670
7671
# File 'lib/eBay.rb', line 7669

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7672
7673
7674
# File 'lib/eBay.rb', line 7672

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7676
7677
7678
# File 'lib/eBay.rb', line 7676

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7674
7675
7676
# File 'lib/eBay.rb', line 7674

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7665
7666
7667
# File 'lib/eBay.rb', line 7665

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7670
7671
7672
# File 'lib/eBay.rb', line 7670

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7681
7682
7683
# File 'lib/eBay.rb', line 7681

def set_any(elements)
  @__xmlele_any = elements
end