Class: GetChallengeTokenResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetChallengeTokenResponseType

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
challengeToken - SOAP::SOAPString
imageChallengeURL - SOAP::SOAPString
audioChallengeURL - SOAP::SOAPString

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, challengeToken = nil, imageChallengeURL = nil, audioChallengeURL = nil) ⇒ GetChallengeTokenResponseType

Returns a new instance of GetChallengeTokenResponseType.



9432
9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451
# File 'lib/eBay.rb', line 9432

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, challengeToken = nil, imageChallengeURL = nil, audioChallengeURL = 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
  @challengeToken = challengeToken
  @imageChallengeURL = imageChallengeURL
  @audioChallengeURL = audioChallengeURL
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9423
9424
9425
# File 'lib/eBay.rb', line 9423

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9410
9411
9412
# File 'lib/eBay.rb', line 9410

def ack
  @ack
end

#audioChallengeURLObject

Returns the value of attribute audioChallengeURL.



9426
9427
9428
# File 'lib/eBay.rb', line 9426

def audioChallengeURL
  @audioChallengeURL
end

#botBlockObject

Returns the value of attribute botBlock.



9422
9423
9424
# File 'lib/eBay.rb', line 9422

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9415
9416
9417
# File 'lib/eBay.rb', line 9415

def build
  @build
end

#challengeTokenObject

Returns the value of attribute challengeToken.



9424
9425
9426
# File 'lib/eBay.rb', line 9424

def challengeToken
  @challengeToken
end

#correlationIDObject

Returns the value of attribute correlationID.



9411
9412
9413
# File 'lib/eBay.rb', line 9411

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9417
9418
9419
# File 'lib/eBay.rb', line 9417

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9419
9420
9421
# File 'lib/eBay.rb', line 9419

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9412
9413
9414
# File 'lib/eBay.rb', line 9412

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9421
9422
9423
# File 'lib/eBay.rb', line 9421

def hardExpirationWarning
  @hardExpirationWarning
end

#imageChallengeURLObject

Returns the value of attribute imageChallengeURL.



9425
9426
9427
# File 'lib/eBay.rb', line 9425

def imageChallengeURL
  @imageChallengeURL
end

#messageObject

Returns the value of attribute message.



9413
9414
9415
# File 'lib/eBay.rb', line 9413

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9416
9417
9418
# File 'lib/eBay.rb', line 9416

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9420
9421
9422
# File 'lib/eBay.rb', line 9420

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9418
9419
9420
# File 'lib/eBay.rb', line 9418

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9409
9410
9411
# File 'lib/eBay.rb', line 9409

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9414
9415
9416
# File 'lib/eBay.rb', line 9414

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9428
9429
9430
# File 'lib/eBay.rb', line 9428

def set_any(elements)
  @__xmlele_any = elements
end