Class: EBay::ReviseItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::ReviseItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsReviseItemResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#category2ID ⇒ Object
Returns the value of attribute category2ID.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#discountReason ⇒ Object
Returns the value of attribute discountReason.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#fees ⇒ Object
Returns the value of attribute fees.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#productSuggestions ⇒ Object
Returns the value of attribute productSuggestions.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#verifyOnly ⇒ Object
Returns the value of attribute verifyOnly.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of ReviseItemResponseType.
- #set_any(elements) ⇒ Object
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( = 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, externalUserData = nil, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, verifyOnly = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17338 17339 17340 |
# File 'lib/eBay.rb', line 17338 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
17324 17325 17326 |
# File 'lib/eBay.rb', line 17324 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
17336 17337 17338 |
# File 'lib/eBay.rb', line 17336 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
17329 17330 17331 |
# File 'lib/eBay.rb', line 17329 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
17344 17345 17346 |
# File 'lib/eBay.rb', line 17344 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
17343 17344 17345 |
# File 'lib/eBay.rb', line 17343 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
17325 17326 17327 |
# File 'lib/eBay.rb', line 17325 def correlationID @correlationID end |
#discountReason ⇒ Object
Returns the value of attribute discountReason.
17346 17347 17348 |
# File 'lib/eBay.rb', line 17346 def discountReason @discountReason end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
17331 17332 17333 |
# File 'lib/eBay.rb', line 17331 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
17333 17334 17335 |
# File 'lib/eBay.rb', line 17333 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
17341 17342 17343 |
# File 'lib/eBay.rb', line 17341 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
17326 17327 17328 |
# File 'lib/eBay.rb', line 17326 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
17337 17338 17339 |
# File 'lib/eBay.rb', line 17337 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
17342 17343 17344 |
# File 'lib/eBay.rb', line 17342 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
17335 17336 17337 |
# File 'lib/eBay.rb', line 17335 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
17339 17340 17341 |
# File 'lib/eBay.rb', line 17339 def itemID @itemID end |
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
17348 17349 17350 |
# File 'lib/eBay.rb', line 17348 def listingRecommendations @listingRecommendations end |
#message ⇒ Object
Returns the value of attribute message.
17327 17328 17329 |
# File 'lib/eBay.rb', line 17327 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
17330 17331 17332 |
# File 'lib/eBay.rb', line 17330 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
17334 17335 17336 |
# File 'lib/eBay.rb', line 17334 def notificationSignature @notificationSignature end |
#productSuggestions ⇒ Object
Returns the value of attribute productSuggestions.
17347 17348 17349 |
# File 'lib/eBay.rb', line 17347 def productSuggestions @productSuggestions end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
17332 17333 17334 |
# File 'lib/eBay.rb', line 17332 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
17340 17341 17342 |
# File 'lib/eBay.rb', line 17340 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
17323 17324 17325 |
# File 'lib/eBay.rb', line 17323 def @timestamp end |
#verifyOnly ⇒ Object
Returns the value of attribute verifyOnly.
17345 17346 17347 |
# File 'lib/eBay.rb', line 17345 def verifyOnly @verifyOnly end |
#version ⇒ Object
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 |