Class: GeteBayOfficialTimeResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGeteBayOfficialTimeResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType

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) ⇒ GeteBayOfficialTimeResponseType

Returns a new instance of GeteBayOfficialTimeResponseType.



13563
13564
13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
13578
13579
# File 'lib/eBay.rb', line 13563

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)
  @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
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13557
13558
13559
# File 'lib/eBay.rb', line 13557

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13544
13545
13546
# File 'lib/eBay.rb', line 13544

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13556
13557
13558
# File 'lib/eBay.rb', line 13556

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13549
13550
13551
# File 'lib/eBay.rb', line 13549

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13545
13546
13547
# File 'lib/eBay.rb', line 13545

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13551
13552
13553
# File 'lib/eBay.rb', line 13551

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13553
13554
13555
# File 'lib/eBay.rb', line 13553

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13546
13547
13548
# File 'lib/eBay.rb', line 13546

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13555
13556
13557
# File 'lib/eBay.rb', line 13555

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13547
13548
13549
# File 'lib/eBay.rb', line 13547

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13550
13551
13552
# File 'lib/eBay.rb', line 13550

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13554
13555
13556
# File 'lib/eBay.rb', line 13554

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13552
13553
13554
# File 'lib/eBay.rb', line 13552

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13543
13544
13545
# File 'lib/eBay.rb', line 13543

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13548
13549
13550
# File 'lib/eBay.rb', line 13548

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13559
13560
13561
# File 'lib/eBay.rb', line 13559

def set_any(elements)
  @__xmlele_any = elements
end