Class: DeleteMyMessagesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsDeleteMyMessagesResponseType

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

Returns a new instance of DeleteMyMessagesResponseType.



8271
8272
8273
8274
8275
8276
8277
8278
8279
8280
8281
8282
8283
8284
8285
8286
8287
# File 'lib/eBay.rb', line 8271

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.



8265
8266
8267
# File 'lib/eBay.rb', line 8265

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8252
8253
8254
# File 'lib/eBay.rb', line 8252

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



8264
8265
8266
# File 'lib/eBay.rb', line 8264

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8257
8258
8259
# File 'lib/eBay.rb', line 8257

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8253
8254
8255
# File 'lib/eBay.rb', line 8253

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8259
8260
8261
# File 'lib/eBay.rb', line 8259

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8261
8262
8263
# File 'lib/eBay.rb', line 8261

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8254
8255
8256
# File 'lib/eBay.rb', line 8254

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8263
8264
8265
# File 'lib/eBay.rb', line 8263

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8255
8256
8257
# File 'lib/eBay.rb', line 8255

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8258
8259
8260
# File 'lib/eBay.rb', line 8258

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8262
8263
8264
# File 'lib/eBay.rb', line 8262

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8260
8261
8262
# File 'lib/eBay.rb', line 8260

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8251
8252
8253
# File 'lib/eBay.rb', line 8251

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8256
8257
8258
# File 'lib/eBay.rb', line 8256

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8267
8268
8269
# File 'lib/eBay.rb', line 8267

def set_any(elements)
  @__xmlele_any = elements
end