Class: ReviseMyMessagesFoldersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseMyMessagesFoldersResponseType

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

Returns a new instance of ReviseMyMessagesFoldersResponseType.



14353
14354
14355
14356
14357
14358
14359
14360
14361
14362
14363
14364
14365
14366
14367
14368
14369
# File 'lib/eBay.rb', line 14353

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.



14347
14348
14349
# File 'lib/eBay.rb', line 14347

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14334
14335
14336
# File 'lib/eBay.rb', line 14334

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14346
14347
14348
# File 'lib/eBay.rb', line 14346

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14339
14340
14341
# File 'lib/eBay.rb', line 14339

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14335
14336
14337
# File 'lib/eBay.rb', line 14335

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14341
14342
14343
# File 'lib/eBay.rb', line 14341

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14343
14344
14345
# File 'lib/eBay.rb', line 14343

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14336
14337
14338
# File 'lib/eBay.rb', line 14336

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14345
14346
14347
# File 'lib/eBay.rb', line 14345

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14337
14338
14339
# File 'lib/eBay.rb', line 14337

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14340
14341
14342
# File 'lib/eBay.rb', line 14340

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14344
14345
14346
# File 'lib/eBay.rb', line 14344

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14342
14343
14344
# File 'lib/eBay.rb', line 14342

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14333
14334
14335
# File 'lib/eBay.rb', line 14333

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14338
14339
14340
# File 'lib/eBay.rb', line 14338

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14349
14350
14351
# File 'lib/eBay.rb', line 14349

def set_any(elements)
  @__xmlele_any = elements
end