Class: EBay::ReviseInventoryStatusResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseInventoryStatusResponseType

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
inventoryStatus - EBay::InventoryStatusType
fees - EBay::InventoryFeesType

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, inventoryStatus = [], fees = []) ⇒ ReviseInventoryStatusResponseType

Returns a new instance of ReviseInventoryStatusResponseType.



17274
17275
17276
17277
17278
17279
17280
17281
17282
17283
17284
17285
17286
17287
17288
17289
17290
17291
17292
17293
# File 'lib/eBay.rb', line 17274

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17266
17267
17268
# File 'lib/eBay.rb', line 17266

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



17252
17253
17254
# File 'lib/eBay.rb', line 17252

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



17264
17265
17266
# File 'lib/eBay.rb', line 17264

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



17257
17258
17259
# File 'lib/eBay.rb', line 17257

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



17253
17254
17255
# File 'lib/eBay.rb', line 17253

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



17259
17260
17261
# File 'lib/eBay.rb', line 17259

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



17261
17262
17263
# File 'lib/eBay.rb', line 17261

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



17254
17255
17256
# File 'lib/eBay.rb', line 17254

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



17265
17266
17267
# File 'lib/eBay.rb', line 17265

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



17268
17269
17270
# File 'lib/eBay.rb', line 17268

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



17263
17264
17265
# File 'lib/eBay.rb', line 17263

def hardExpirationWarning
  @hardExpirationWarning
end

#inventoryStatusObject

Returns the value of attribute inventoryStatus.



17267
17268
17269
# File 'lib/eBay.rb', line 17267

def inventoryStatus
  @inventoryStatus
end

#messageObject

Returns the value of attribute message.



17255
17256
17257
# File 'lib/eBay.rb', line 17255

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



17258
17259
17260
# File 'lib/eBay.rb', line 17258

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



17262
17263
17264
# File 'lib/eBay.rb', line 17262

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



17260
17261
17262
# File 'lib/eBay.rb', line 17260

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



17251
17252
17253
# File 'lib/eBay.rb', line 17251

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



17256
17257
17258
# File 'lib/eBay.rb', line 17256

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



17270
17271
17272
# File 'lib/eBay.rb', line 17270

def set_any(elements)
  @__xmlele_any = elements
end