Class: EndItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsEndItemResponseType

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
endTime - SOAP::SOAPDateTime

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, endTime = nil) ⇒ EndItemResponseType

Returns a new instance of EndItemResponseType.



8328
8329
8330
8331
8332
8333
8334
8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
# File 'lib/eBay.rb', line 8328

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, endTime = 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
  @endTime = endTime
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8321
8322
8323
# File 'lib/eBay.rb', line 8321

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8308
8309
8310
# File 'lib/eBay.rb', line 8308

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



8320
8321
8322
# File 'lib/eBay.rb', line 8320

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8313
8314
8315
# File 'lib/eBay.rb', line 8313

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8309
8310
8311
# File 'lib/eBay.rb', line 8309

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8315
8316
8317
# File 'lib/eBay.rb', line 8315

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8317
8318
8319
# File 'lib/eBay.rb', line 8317

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



8322
8323
8324
# File 'lib/eBay.rb', line 8322

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



8310
8311
8312
# File 'lib/eBay.rb', line 8310

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8319
8320
8321
# File 'lib/eBay.rb', line 8319

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8311
8312
8313
# File 'lib/eBay.rb', line 8311

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8314
8315
8316
# File 'lib/eBay.rb', line 8314

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8318
8319
8320
# File 'lib/eBay.rb', line 8318

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8316
8317
8318
# File 'lib/eBay.rb', line 8316

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8307
8308
8309
# File 'lib/eBay.rb', line 8307

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8312
8313
8314
# File 'lib/eBay.rb', line 8312

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8324
8325
8326
# File 'lib/eBay.rb', line 8324

def set_any(elements)
  @__xmlele_any = elements
end