Class: GetChallengeTokenResponseType
- Inherits:
-
Object
- Object
- GetChallengeTokenResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetChallengeTokenResponseType
Constant Summary collapse
- @@schema_type =
"GetChallengeTokenResponseType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]], ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]], ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]], ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["challengeToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ChallengeToken")]], ["imageChallengeURL", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ImageChallengeURL")]], ["audioChallengeURL", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AudioChallengeURL")]] ]
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.
-
#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.
-
#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, 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, challengeToken = nil, imageChallengeURL = nil, audioChallengeURL = nil) ⇒ GetChallengeTokenResponseType
Returns a new instance of GetChallengeTokenResponseType.
3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'lib/eBay.rb', line 3688 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, 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 @__xmlele_any = nil @challengeToken = challengeToken @imageChallengeURL = imageChallengeURL @audioChallengeURL = audioChallengeURL end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3679 3680 3681 |
# File 'lib/eBay.rb', line 3679 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
3667 3668 3669 |
# File 'lib/eBay.rb', line 3667 def ack @ack end |
#audioChallengeURL ⇒ Object
Returns the value of attribute audioChallengeURL.
3682 3683 3684 |
# File 'lib/eBay.rb', line 3682 def audioChallengeURL @audioChallengeURL end |
#build ⇒ Object
Returns the value of attribute build.
3672 3673 3674 |
# File 'lib/eBay.rb', line 3672 def build @build end |
#challengeToken ⇒ Object
Returns the value of attribute challengeToken.
3680 3681 3682 |
# File 'lib/eBay.rb', line 3680 def challengeToken @challengeToken end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
3668 3669 3670 |
# File 'lib/eBay.rb', line 3668 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
3674 3675 3676 |
# File 'lib/eBay.rb', line 3674 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
3676 3677 3678 |
# File 'lib/eBay.rb', line 3676 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
3669 3670 3671 |
# File 'lib/eBay.rb', line 3669 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
3678 3679 3680 |
# File 'lib/eBay.rb', line 3678 def hardExpirationWarning @hardExpirationWarning end |
#imageChallengeURL ⇒ Object
Returns the value of attribute imageChallengeURL.
3681 3682 3683 |
# File 'lib/eBay.rb', line 3681 def imageChallengeURL @imageChallengeURL end |
#message ⇒ Object
Returns the value of attribute message.
3670 3671 3672 |
# File 'lib/eBay.rb', line 3670 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
3673 3674 3675 |
# File 'lib/eBay.rb', line 3673 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
3677 3678 3679 |
# File 'lib/eBay.rb', line 3677 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
3675 3676 3677 |
# File 'lib/eBay.rb', line 3675 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
3666 3667 3668 |
# File 'lib/eBay.rb', line 3666 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
3671 3672 3673 |
# File 'lib/eBay.rb', line 3671 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
3684 3685 3686 |
# File 'lib/eBay.rb', line 3684 def set_any(elements) @__xmlele_any = elements end |