Class: EBay::AddItemsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddItemsResponseType

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
addItemResponseContainer - EBay::AddItemResponseContainerType

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, addItemResponseContainer = []) ⇒ AddItemsResponseType

Returns a new instance of AddItemsResponseType.



9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
# File 'lib/eBay.rb', line 9254

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, addItemResponseContainer = [])
  @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
  @addItemResponseContainer = addItemResponseContainer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9247
9248
9249
# File 'lib/eBay.rb', line 9247

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9233
9234
9235
# File 'lib/eBay.rb', line 9233

def ack
  @ack
end

#addItemResponseContainerObject

Returns the value of attribute addItemResponseContainer.



9248
9249
9250
# File 'lib/eBay.rb', line 9248

def addItemResponseContainer
  @addItemResponseContainer
end

#botBlockObject

Returns the value of attribute botBlock.



9245
9246
9247
# File 'lib/eBay.rb', line 9245

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9238
9239
9240
# File 'lib/eBay.rb', line 9238

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9234
9235
9236
# File 'lib/eBay.rb', line 9234

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9240
9241
9242
# File 'lib/eBay.rb', line 9240

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9242
9243
9244
# File 'lib/eBay.rb', line 9242

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9235
9236
9237
# File 'lib/eBay.rb', line 9235

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



9246
9247
9248
# File 'lib/eBay.rb', line 9246

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9244
9245
9246
# File 'lib/eBay.rb', line 9244

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9236
9237
9238
# File 'lib/eBay.rb', line 9236

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9239
9240
9241
# File 'lib/eBay.rb', line 9239

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9243
9244
9245
# File 'lib/eBay.rb', line 9243

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9241
9242
9243
# File 'lib/eBay.rb', line 9241

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9232
9233
9234
# File 'lib/eBay.rb', line 9232

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9237
9238
9239
# File 'lib/eBay.rb', line 9237

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9250
9251
9252
# File 'lib/eBay.rb', line 9250

def set_any(elements)
  @__xmlele_any = elements
end