Class: GetChallengeTokenResponseType

Inherits:
Object
  • Object
show all
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

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3679
3680
3681
# File 'lib/eBay.rb', line 3679

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



3667
3668
3669
# File 'lib/eBay.rb', line 3667

def ack
  @ack
end

#audioChallengeURLObject

Returns the value of attribute audioChallengeURL.



3682
3683
3684
# File 'lib/eBay.rb', line 3682

def audioChallengeURL
  @audioChallengeURL
end

#buildObject

Returns the value of attribute build.



3672
3673
3674
# File 'lib/eBay.rb', line 3672

def build
  @build
end

#challengeTokenObject

Returns the value of attribute challengeToken.



3680
3681
3682
# File 'lib/eBay.rb', line 3680

def challengeToken
  @challengeToken
end

#correlationIDObject

Returns the value of attribute correlationID.



3668
3669
3670
# File 'lib/eBay.rb', line 3668

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



3674
3675
3676
# File 'lib/eBay.rb', line 3674

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



3676
3677
3678
# File 'lib/eBay.rb', line 3676

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



3669
3670
3671
# File 'lib/eBay.rb', line 3669

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



3678
3679
3680
# File 'lib/eBay.rb', line 3678

def hardExpirationWarning
  @hardExpirationWarning
end

#imageChallengeURLObject

Returns the value of attribute imageChallengeURL.



3681
3682
3683
# File 'lib/eBay.rb', line 3681

def imageChallengeURL
  @imageChallengeURL
end

#messageObject

Returns the value of attribute message.



3670
3671
3672
# File 'lib/eBay.rb', line 3670

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



3673
3674
3675
# File 'lib/eBay.rb', line 3673

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



3677
3678
3679
# File 'lib/eBay.rb', line 3677

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



3675
3676
3677
# File 'lib/eBay.rb', line 3675

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



3666
3667
3668
# File 'lib/eBay.rb', line 3666

def timestamp
  @timestamp
end

#versionObject

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