Class: AddMemberMessagesAAQToBidderResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddMemberMessagesAAQToBidderResponseType

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
addMemberMessagesAAQToBidderResponseContainer - AddMemberMessagesAAQToBidderResponseContainerType

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, addMemberMessagesAAQToBidderResponseContainer = []) ⇒ AddMemberMessagesAAQToBidderResponseType

Returns a new instance of AddMemberMessagesAAQToBidderResponseType.



7797
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
# File 'lib/eBay.rb', line 7797

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, addMemberMessagesAAQToBidderResponseContainer = [])
  @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
  @addMemberMessagesAAQToBidderResponseContainer = addMemberMessagesAAQToBidderResponseContainer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7790
7791
7792
# File 'lib/eBay.rb', line 7790

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7777
7778
7779
# File 'lib/eBay.rb', line 7777

def ack
  @ack
end

#addMemberMessagesAAQToBidderResponseContainerObject

Returns the value of attribute addMemberMessagesAAQToBidderResponseContainer.



7791
7792
7793
# File 'lib/eBay.rb', line 7791

def addMemberMessagesAAQToBidderResponseContainer
  @addMemberMessagesAAQToBidderResponseContainer
end

#botBlockObject

Returns the value of attribute botBlock.



7789
7790
7791
# File 'lib/eBay.rb', line 7789

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



7782
7783
7784
# File 'lib/eBay.rb', line 7782

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7778
7779
7780
# File 'lib/eBay.rb', line 7778

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7784
7785
7786
# File 'lib/eBay.rb', line 7784

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7786
7787
7788
# File 'lib/eBay.rb', line 7786

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



7779
7780
7781
# File 'lib/eBay.rb', line 7779

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7788
7789
7790
# File 'lib/eBay.rb', line 7788

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7780
7781
7782
# File 'lib/eBay.rb', line 7780

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7783
7784
7785
# File 'lib/eBay.rb', line 7783

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7787
7788
7789
# File 'lib/eBay.rb', line 7787

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7785
7786
7787
# File 'lib/eBay.rb', line 7785

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7776
7777
7778
# File 'lib/eBay.rb', line 7776

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7781
7782
7783
# File 'lib/eBay.rb', line 7781

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7793
7794
7795
# File 'lib/eBay.rb', line 7793

def set_any(elements)
  @__xmlele_any = elements
end