Class: EBay::GetChallengeTokenResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetChallengeTokenResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
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, externalUserData = nil, challengeToken = nil, imageChallengeURL = nil, audioChallengeURL = nil) ⇒ GetChallengeTokenResponseType

Returns a new instance of GetChallengeTokenResponseType.



11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
# File 'lib/eBay.rb', line 11781

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11772
11773
11774
# File 'lib/eBay.rb', line 11772

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11758
11759
11760
# File 'lib/eBay.rb', line 11758

def ack
  @ack
end

#audioChallengeURLObject

Returns the value of attribute audioChallengeURL.



11775
11776
11777
# File 'lib/eBay.rb', line 11775

def audioChallengeURL
  @audioChallengeURL
end

#botBlockObject

Returns the value of attribute botBlock.



11770
11771
11772
# File 'lib/eBay.rb', line 11770

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11763
11764
11765
# File 'lib/eBay.rb', line 11763

def build
  @build
end

#challengeTokenObject

Returns the value of attribute challengeToken.



11773
11774
11775
# File 'lib/eBay.rb', line 11773

def challengeToken
  @challengeToken
end

#correlationIDObject

Returns the value of attribute correlationID.



11759
11760
11761
# File 'lib/eBay.rb', line 11759

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11765
11766
11767
# File 'lib/eBay.rb', line 11765

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11767
11768
11769
# File 'lib/eBay.rb', line 11767

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11760
11761
11762
# File 'lib/eBay.rb', line 11760

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



11771
11772
11773
# File 'lib/eBay.rb', line 11771

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11769
11770
11771
# File 'lib/eBay.rb', line 11769

def hardExpirationWarning
  @hardExpirationWarning
end

#imageChallengeURLObject

Returns the value of attribute imageChallengeURL.



11774
11775
11776
# File 'lib/eBay.rb', line 11774

def imageChallengeURL
  @imageChallengeURL
end

#messageObject

Returns the value of attribute message.



11761
11762
11763
# File 'lib/eBay.rb', line 11761

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11764
11765
11766
# File 'lib/eBay.rb', line 11764

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11768
11769
11770
# File 'lib/eBay.rb', line 11768

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11766
11767
11768
# File 'lib/eBay.rb', line 11766

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11757
11758
11759
# File 'lib/eBay.rb', line 11757

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11762
11763
11764
# File 'lib/eBay.rb', line 11762

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11777
11778
11779
# File 'lib/eBay.rb', line 11777

def set_any(elements)
  @__xmlele_any = elements
end