Class: EBay::ConfirmIdentityResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::ConfirmIdentityResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsConfirmIdentityResponseType
- 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
userID - 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.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#userID ⇒ Object
Returns the value of attribute userID.
-
#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, userID = nil) ⇒ ConfirmIdentityResponseType
constructor
A new instance of ConfirmIdentityResponseType.
- #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, userID = nil) ⇒ ConfirmIdentityResponseType
Returns a new instance of ConfirmIdentityResponseType.
10071 10072 10073 10074 10075 10076 10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088 10089 |
# File 'lib/eBay.rb', line 10071 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, userID = 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 @userID = userID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10064 10065 10066 |
# File 'lib/eBay.rb', line 10064 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
10050 10051 10052 |
# File 'lib/eBay.rb', line 10050 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
10062 10063 10064 |
# File 'lib/eBay.rb', line 10062 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
10055 10056 10057 |
# File 'lib/eBay.rb', line 10055 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
10051 10052 10053 |
# File 'lib/eBay.rb', line 10051 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
10057 10058 10059 |
# File 'lib/eBay.rb', line 10057 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
10059 10060 10061 |
# File 'lib/eBay.rb', line 10059 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
10052 10053 10054 |
# File 'lib/eBay.rb', line 10052 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
10063 10064 10065 |
# File 'lib/eBay.rb', line 10063 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
10061 10062 10063 |
# File 'lib/eBay.rb', line 10061 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
10053 10054 10055 |
# File 'lib/eBay.rb', line 10053 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
10056 10057 10058 |
# File 'lib/eBay.rb', line 10056 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
10060 10061 10062 |
# File 'lib/eBay.rb', line 10060 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
10058 10059 10060 |
# File 'lib/eBay.rb', line 10058 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
10049 10050 10051 |
# File 'lib/eBay.rb', line 10049 def @timestamp end |
#userID ⇒ Object
Returns the value of attribute userID.
10065 10066 10067 |
# File 'lib/eBay.rb', line 10065 def userID @userID end |
#version ⇒ Object
Returns the value of attribute version.
10054 10055 10056 |
# File 'lib/eBay.rb', line 10054 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
10067 10068 10069 |
# File 'lib/eBay.rb', line 10067 def set_any(elements) @__xmlele_any = elements end |