Class: EBay::GeteBayOfficialTimeResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGeteBayOfficialTimeResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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

Instance Method Summary collapse

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(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)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16393
16394
16395
# File 'lib/eBay.rb', line 16393

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



16379
16380
16381
# File 'lib/eBay.rb', line 16379

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



16391
16392
16393
# File 'lib/eBay.rb', line 16391

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



16384
16385
16386
# File 'lib/eBay.rb', line 16384

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



16380
16381
16382
# File 'lib/eBay.rb', line 16380

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



16386
16387
16388
# File 'lib/eBay.rb', line 16386

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



16388
16389
16390
# File 'lib/eBay.rb', line 16388

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



16381
16382
16383
# File 'lib/eBay.rb', line 16381

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



16392
16393
16394
# File 'lib/eBay.rb', line 16392

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



16390
16391
16392
# File 'lib/eBay.rb', line 16390

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



16382
16383
16384
# File 'lib/eBay.rb', line 16382

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



16385
16386
16387
# File 'lib/eBay.rb', line 16385

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



16389
16390
16391
# File 'lib/eBay.rb', line 16389

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



16387
16388
16389
# File 'lib/eBay.rb', line 16387

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



16378
16379
16380
# File 'lib/eBay.rb', line 16378

def timestamp
  @timestamp
end

#versionObject

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