Class: EBay::GetChallengeTokenResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetChallengeTokenResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetChallengeTokenResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#audioChallengeURL ⇒ Object
Returns the value of attribute audioChallengeURL.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#challengeToken ⇒ Object
Returns the value of attribute challengeToken.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#imageChallengeURL ⇒ Object
Returns the value of attribute imageChallengeURL.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetChallengeTokenResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11772 11773 11774 |
# File 'lib/eBay.rb', line 11772 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11758 11759 11760 |
# File 'lib/eBay.rb', line 11758 def ack @ack end |
#audioChallengeURL ⇒ Object
Returns the value of attribute audioChallengeURL.
11775 11776 11777 |
# File 'lib/eBay.rb', line 11775 def audioChallengeURL @audioChallengeURL end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
11770 11771 11772 |
# File 'lib/eBay.rb', line 11770 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
11763 11764 11765 |
# File 'lib/eBay.rb', line 11763 def build @build end |
#challengeToken ⇒ Object
Returns the value of attribute challengeToken.
11773 11774 11775 |
# File 'lib/eBay.rb', line 11773 def challengeToken @challengeToken end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11759 11760 11761 |
# File 'lib/eBay.rb', line 11759 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11765 11766 11767 |
# File 'lib/eBay.rb', line 11765 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11767 11768 11769 |
# File 'lib/eBay.rb', line 11767 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
11760 11761 11762 |
# File 'lib/eBay.rb', line 11760 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
11771 11772 11773 |
# File 'lib/eBay.rb', line 11771 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11769 11770 11771 |
# File 'lib/eBay.rb', line 11769 def hardExpirationWarning @hardExpirationWarning end |
#imageChallengeURL ⇒ Object
Returns the value of attribute imageChallengeURL.
11774 11775 11776 |
# File 'lib/eBay.rb', line 11774 def imageChallengeURL @imageChallengeURL end |
#message ⇒ Object
Returns the value of attribute message.
11761 11762 11763 |
# File 'lib/eBay.rb', line 11761 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11764 11765 11766 |
# File 'lib/eBay.rb', line 11764 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11768 11769 11770 |
# File 'lib/eBay.rb', line 11768 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11766 11767 11768 |
# File 'lib/eBay.rb', line 11766 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11757 11758 11759 |
# File 'lib/eBay.rb', line 11757 def @timestamp end |
#version ⇒ Object
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 |