Class: EBay::GetSessionIDResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSessionIDResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSessionIDResponseType
- 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
sessionID - 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.
-
#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.
-
#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.
-
#sessionID ⇒ Object
Returns the value of attribute sessionID.
-
#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, sessionID = nil) ⇒ GetSessionIDResponseType
constructor
A new instance of GetSessionIDResponseType.
- #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, sessionID = nil) ⇒ GetSessionIDResponseType
Returns a new instance of GetSessionIDResponseType.
15005 15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018 15019 15020 15021 15022 15023 |
# File 'lib/eBay.rb', line 15005 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, sessionID = 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 @sessionID = sessionID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14998 14999 15000 |
# File 'lib/eBay.rb', line 14998 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14984 14985 14986 |
# File 'lib/eBay.rb', line 14984 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14996 14997 14998 |
# File 'lib/eBay.rb', line 14996 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14989 14990 14991 |
# File 'lib/eBay.rb', line 14989 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14985 14986 14987 |
# File 'lib/eBay.rb', line 14985 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14991 14992 14993 |
# File 'lib/eBay.rb', line 14991 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14993 14994 14995 |
# File 'lib/eBay.rb', line 14993 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14986 14987 14988 |
# File 'lib/eBay.rb', line 14986 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14997 14998 14999 |
# File 'lib/eBay.rb', line 14997 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14995 14996 14997 |
# File 'lib/eBay.rb', line 14995 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
14987 14988 14989 |
# File 'lib/eBay.rb', line 14987 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14990 14991 14992 |
# File 'lib/eBay.rb', line 14990 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14994 14995 14996 |
# File 'lib/eBay.rb', line 14994 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14992 14993 14994 |
# File 'lib/eBay.rb', line 14992 def recipientUserID @recipientUserID end |
#sessionID ⇒ Object
Returns the value of attribute sessionID.
14999 15000 15001 |
# File 'lib/eBay.rb', line 14999 def sessionID @sessionID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14983 14984 14985 |
# File 'lib/eBay.rb', line 14983 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
14988 14989 14990 |
# File 'lib/eBay.rb', line 14988 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
15001 15002 15003 |
# File 'lib/eBay.rb', line 15001 def set_any(elements) @__xmlele_any = elements end |