Class: ReviseMyMessagesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseMyMessagesResponseType

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

Returns a new instance of ReviseMyMessagesResponseType.



14298
14299
14300
14301
14302
14303
14304
14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
# File 'lib/eBay.rb', line 14298

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.



14292
14293
14294
# File 'lib/eBay.rb', line 14292

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14279
14280
14281
# File 'lib/eBay.rb', line 14279

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14291
14292
14293
# File 'lib/eBay.rb', line 14291

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14284
14285
14286
# File 'lib/eBay.rb', line 14284

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14280
14281
14282
# File 'lib/eBay.rb', line 14280

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14286
14287
14288
# File 'lib/eBay.rb', line 14286

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14288
14289
14290
# File 'lib/eBay.rb', line 14288

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14281
14282
14283
# File 'lib/eBay.rb', line 14281

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14290
14291
14292
# File 'lib/eBay.rb', line 14290

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14282
14283
14284
# File 'lib/eBay.rb', line 14282

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14285
14286
14287
# File 'lib/eBay.rb', line 14285

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14289
14290
14291
# File 'lib/eBay.rb', line 14289

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14287
14288
14289
# File 'lib/eBay.rb', line 14287

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14278
14279
14280
# File 'lib/eBay.rb', line 14278

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14283
14284
14285
# File 'lib/eBay.rb', line 14283

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14294
14295
14296
# File 'lib/eBay.rb', line 14294

def set_any(elements)
  @__xmlele_any = elements
end