Class: EBay::GetClientAlertsAuthTokenResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetClientAlertsAuthTokenResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetClientAlertsAuthTokenResponseType
- 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
clientAlertsAuthToken - SOAP::SOAPString
hardExpirationTime - SOAP::SOAPDateTime
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.
-
#clientAlertsAuthToken ⇒ Object
Returns the value of attribute clientAlertsAuthToken.
-
#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.
-
#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.
-
#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, clientAlertsAuthToken = nil, hardExpirationTime = nil) ⇒ GetClientAlertsAuthTokenResponseType
constructor
A new instance of GetClientAlertsAuthTokenResponseType.
- #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, clientAlertsAuthToken = nil, hardExpirationTime = nil) ⇒ GetClientAlertsAuthTokenResponseType
Returns a new instance of GetClientAlertsAuthTokenResponseType.
11907 11908 11909 11910 11911 11912 11913 11914 11915 11916 11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/eBay.rb', line 11907 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, clientAlertsAuthToken = nil, hardExpirationTime = 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 @clientAlertsAuthToken = clientAlertsAuthToken @hardExpirationTime = hardExpirationTime end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11899 11900 11901 |
# File 'lib/eBay.rb', line 11899 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11885 11886 11887 |
# File 'lib/eBay.rb', line 11885 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
11897 11898 11899 |
# File 'lib/eBay.rb', line 11897 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
11890 11891 11892 |
# File 'lib/eBay.rb', line 11890 def build @build end |
#clientAlertsAuthToken ⇒ Object
Returns the value of attribute clientAlertsAuthToken.
11900 11901 11902 |
# File 'lib/eBay.rb', line 11900 def clientAlertsAuthToken @clientAlertsAuthToken end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11886 11887 11888 |
# File 'lib/eBay.rb', line 11886 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11892 11893 11894 |
# File 'lib/eBay.rb', line 11892 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11894 11895 11896 |
# File 'lib/eBay.rb', line 11894 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
11887 11888 11889 |
# File 'lib/eBay.rb', line 11887 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
11898 11899 11900 |
# File 'lib/eBay.rb', line 11898 def externalUserData @externalUserData end |
#hardExpirationTime ⇒ Object
Returns the value of attribute hardExpirationTime.
11901 11902 11903 |
# File 'lib/eBay.rb', line 11901 def hardExpirationTime @hardExpirationTime end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11896 11897 11898 |
# File 'lib/eBay.rb', line 11896 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
11888 11889 11890 |
# File 'lib/eBay.rb', line 11888 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11891 11892 11893 |
# File 'lib/eBay.rb', line 11891 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11895 11896 11897 |
# File 'lib/eBay.rb', line 11895 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11893 11894 11895 |
# File 'lib/eBay.rb', line 11893 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11884 11885 11886 |
# File 'lib/eBay.rb', line 11884 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
11889 11890 11891 |
# File 'lib/eBay.rb', line 11889 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
11903 11904 11905 |
# File 'lib/eBay.rb', line 11903 def set_any(elements) @__xmlele_any = elements end |