Class: EBay::GeteBayOfficialTimeResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GeteBayOfficialTimeResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGeteBayOfficialTimeResponseType
- 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
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.
-
#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) ⇒ GeteBayOfficialTimeResponseType
constructor
A new instance of GeteBayOfficialTimeResponseType.
- #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) ⇒ GeteBayOfficialTimeResponseType
Returns a new instance of GeteBayOfficialTimeResponseType.
16399 16400 16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 |
# File 'lib/eBay.rb', line 16399 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) @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 end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16393 16394 16395 |
# File 'lib/eBay.rb', line 16393 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
16379 16380 16381 |
# File 'lib/eBay.rb', line 16379 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
16391 16392 16393 |
# File 'lib/eBay.rb', line 16391 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
16384 16385 16386 |
# File 'lib/eBay.rb', line 16384 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
16380 16381 16382 |
# File 'lib/eBay.rb', line 16380 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
16386 16387 16388 |
# File 'lib/eBay.rb', line 16386 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
16388 16389 16390 |
# File 'lib/eBay.rb', line 16388 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
16381 16382 16383 |
# File 'lib/eBay.rb', line 16381 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
16392 16393 16394 |
# File 'lib/eBay.rb', line 16392 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
16390 16391 16392 |
# File 'lib/eBay.rb', line 16390 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
16382 16383 16384 |
# File 'lib/eBay.rb', line 16382 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
16385 16386 16387 |
# File 'lib/eBay.rb', line 16385 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
16389 16390 16391 |
# File 'lib/eBay.rb', line 16389 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
16387 16388 16389 |
# File 'lib/eBay.rb', line 16387 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
16378 16379 16380 |
# File 'lib/eBay.rb', line 16378 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
16383 16384 16385 |
# File 'lib/eBay.rb', line 16383 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
16395 16396 16397 |
# File 'lib/eBay.rb', line 16395 def set_any(elements) @__xmlele_any = elements end |