Method: FetchTokenResponseType#initialize
- Defined in:
- lib/eBay.rb
#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, eBayAuthToken = nil, hardExpirationTime = nil, rESTToken = nil) ⇒ FetchTokenResponseType
Returns a new instance of FetchTokenResponseType.
8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 8405 8406 8407 8408 8409 |
# File 'lib/eBay.rb', line 8390 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, eBayAuthToken = nil, hardExpirationTime = nil, rESTToken = nil) = @ack = ack @correlationID = correlationID @errors = errors = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @__xmlele_any = nil @eBayAuthToken = eBayAuthToken @hardExpirationTime = hardExpirationTime @rESTToken = rESTToken end |