Class: ValidateChallengeInputResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsValidateChallengeInputResponseType

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
validToken - SOAP::SOAPBoolean

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, validToken = nil) ⇒ ValidateChallengeInputResponseType

Returns a new instance of ValidateChallengeInputResponseType.



15427
15428
15429
15430
15431
15432
15433
15434
15435
15436
15437
15438
15439
15440
15441
15442
15443
15444
# File 'lib/eBay.rb', line 15427

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, validToken = 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
  @validToken = validToken
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15420
15421
15422
# File 'lib/eBay.rb', line 15420

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15407
15408
15409
# File 'lib/eBay.rb', line 15407

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15419
15420
15421
# File 'lib/eBay.rb', line 15419

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15412
15413
15414
# File 'lib/eBay.rb', line 15412

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15408
15409
15410
# File 'lib/eBay.rb', line 15408

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15414
15415
15416
# File 'lib/eBay.rb', line 15414

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15416
15417
15418
# File 'lib/eBay.rb', line 15416

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15409
15410
15411
# File 'lib/eBay.rb', line 15409

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15418
15419
15420
# File 'lib/eBay.rb', line 15418

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15410
15411
15412
# File 'lib/eBay.rb', line 15410

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15413
15414
15415
# File 'lib/eBay.rb', line 15413

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15417
15418
15419
# File 'lib/eBay.rb', line 15417

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15415
15416
15417
# File 'lib/eBay.rb', line 15415

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



15406
15407
15408
# File 'lib/eBay.rb', line 15406

def timestamp
  @timestamp
end

#validTokenObject

Returns the value of attribute validToken.



15421
15422
15423
# File 'lib/eBay.rb', line 15421

def validToken
  @validToken
end

#versionObject

Returns the value of attribute version.



15411
15412
15413
# File 'lib/eBay.rb', line 15411

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15423
15424
15425
# File 'lib/eBay.rb', line 15423

def set_any(elements)
  @__xmlele_any = elements
end