Class: EBay::ReviseItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseItemResponseType

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
itemID - (any)
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
fees - EBay::FeesType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString
verifyOnly - SOAP::SOAPBoolean
discountReason - EBay::DiscountReasonCodeType
productSuggestions - EBay::ProductSuggestionsType
listingRecommendations - EBay::ListingRecommendationsType

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, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, verifyOnly = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ ReviseItemResponseType

Returns a new instance of ReviseItemResponseType.



17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
17377
17378
17379
17380
17381
# File 'lib/eBay.rb', line 17354

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, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, verifyOnly = nil, discountReason = [], productSuggestions = nil, listingRecommendations = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @itemID = itemID
  @startTime = startTime
  @endTime = endTime
  @fees = fees
  @categoryID = categoryID
  @category2ID = category2ID
  @verifyOnly = verifyOnly
  @discountReason = discountReason
  @productSuggestions = productSuggestions
  @listingRecommendations = listingRecommendations
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17338
17339
17340
# File 'lib/eBay.rb', line 17338

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



17324
17325
17326
# File 'lib/eBay.rb', line 17324

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



17336
17337
17338
# File 'lib/eBay.rb', line 17336

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



17329
17330
17331
# File 'lib/eBay.rb', line 17329

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



17344
17345
17346
# File 'lib/eBay.rb', line 17344

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



17343
17344
17345
# File 'lib/eBay.rb', line 17343

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



17325
17326
17327
# File 'lib/eBay.rb', line 17325

def correlationID
  @correlationID
end

#discountReasonObject

Returns the value of attribute discountReason.



17346
17347
17348
# File 'lib/eBay.rb', line 17346

def discountReason
  @discountReason
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



17331
17332
17333
# File 'lib/eBay.rb', line 17331

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



17333
17334
17335
# File 'lib/eBay.rb', line 17333

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



17341
17342
17343
# File 'lib/eBay.rb', line 17341

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



17326
17327
17328
# File 'lib/eBay.rb', line 17326

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



17337
17338
17339
# File 'lib/eBay.rb', line 17337

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



17342
17343
17344
# File 'lib/eBay.rb', line 17342

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



17335
17336
17337
# File 'lib/eBay.rb', line 17335

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



17339
17340
17341
# File 'lib/eBay.rb', line 17339

def itemID
  @itemID
end

#listingRecommendationsObject

Returns the value of attribute listingRecommendations.



17348
17349
17350
# File 'lib/eBay.rb', line 17348

def listingRecommendations
  @listingRecommendations
end

#messageObject

Returns the value of attribute message.



17327
17328
17329
# File 'lib/eBay.rb', line 17327

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



17330
17331
17332
# File 'lib/eBay.rb', line 17330

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



17334
17335
17336
# File 'lib/eBay.rb', line 17334

def notificationSignature
  @notificationSignature
end

#productSuggestionsObject

Returns the value of attribute productSuggestions.



17347
17348
17349
# File 'lib/eBay.rb', line 17347

def productSuggestions
  @productSuggestions
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



17332
17333
17334
# File 'lib/eBay.rb', line 17332

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



17340
17341
17342
# File 'lib/eBay.rb', line 17340

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



17323
17324
17325
# File 'lib/eBay.rb', line 17323

def timestamp
  @timestamp
end

#verifyOnlyObject

Returns the value of attribute verifyOnly.



17345
17346
17347
# File 'lib/eBay.rb', line 17345

def verifyOnly
  @verifyOnly
end

#versionObject

Returns the value of attribute version.



17328
17329
17330
# File 'lib/eBay.rb', line 17328

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



17350
17351
17352
# File 'lib/eBay.rb', line 17350

def set_any(elements)
  @__xmlele_any = elements
end