Class: EBay::FetchTokenResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::FetchTokenResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFetchTokenResponseType
- 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
eBayAuthToken - SOAP::SOAPString
hardExpirationTime - SOAP::SOAPDateTime
rESTToken - 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.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationTime ⇒ Object
Returns the value of attribute hardExpirationTime.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#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.
-
#rESTToken ⇒ Object
Returns the value of attribute rESTToken.
-
#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, eBayAuthToken = nil, hardExpirationTime = nil, rESTToken = nil) ⇒ FetchTokenResponseType
constructor
A new instance of FetchTokenResponseType.
- #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, eBayAuthToken = nil, hardExpirationTime = nil, rESTToken = nil) ⇒ FetchTokenResponseType
Returns a new instance of FetchTokenResponseType.
10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 10839 10840 10841 10842 |
# File 'lib/eBay.rb', line 10822 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, eBayAuthToken = nil, hardExpirationTime = nil, rESTToken = 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 @eBayAuthToken = eBayAuthToken @hardExpirationTime = hardExpirationTime @rESTToken = rESTToken end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10813 10814 10815 |
# File 'lib/eBay.rb', line 10813 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
10799 10800 10801 |
# File 'lib/eBay.rb', line 10799 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
10811 10812 10813 |
# File 'lib/eBay.rb', line 10811 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
10804 10805 10806 |
# File 'lib/eBay.rb', line 10804 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
10800 10801 10802 |
# File 'lib/eBay.rb', line 10800 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
10806 10807 10808 |
# File 'lib/eBay.rb', line 10806 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
10814 10815 10816 |
# File 'lib/eBay.rb', line 10814 def eBayAuthToken @eBayAuthToken end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
10808 10809 10810 |
# File 'lib/eBay.rb', line 10808 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
10801 10802 10803 |
# File 'lib/eBay.rb', line 10801 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
10812 10813 10814 |
# File 'lib/eBay.rb', line 10812 def externalUserData @externalUserData end |
#hardExpirationTime ⇒ Object
Returns the value of attribute hardExpirationTime.
10815 10816 10817 |
# File 'lib/eBay.rb', line 10815 def hardExpirationTime @hardExpirationTime end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
10810 10811 10812 |
# File 'lib/eBay.rb', line 10810 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
10802 10803 10804 |
# File 'lib/eBay.rb', line 10802 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
10805 10806 10807 |
# File 'lib/eBay.rb', line 10805 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
10809 10810 10811 |
# File 'lib/eBay.rb', line 10809 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
10807 10808 10809 |
# File 'lib/eBay.rb', line 10807 def recipientUserID @recipientUserID end |
#rESTToken ⇒ Object
Returns the value of attribute rESTToken.
10816 10817 10818 |
# File 'lib/eBay.rb', line 10816 def rESTToken @rESTToken end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
10798 10799 10800 |
# File 'lib/eBay.rb', line 10798 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
10803 10804 10805 |
# File 'lib/eBay.rb', line 10803 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
10818 10819 10820 |
# File 'lib/eBay.rb', line 10818 def set_any(elements) @__xmlele_any = elements end |