Class: EBay::VerifyAddItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::VerifyAddItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVerifyAddItemResponseType
- 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)
fees - EBay::FeesType
expressListing - SOAP::SOAPBoolean
expressItemRequirements - EBay::ExpressItemRequirementsType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString
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.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#expressItemRequirements ⇒ Object
Returns the value of attribute expressItemRequirements.
-
#expressListing ⇒ Object
Returns the value of attribute expressListing.
-
#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.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#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, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ VerifyAddItemResponseType
constructor
A new instance of VerifyAddItemResponseType.
- #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, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ VerifyAddItemResponseType
Returns a new instance of VerifyAddItemResponseType.
19355 19356 19357 19358 19359 19360 19361 19362 19363 19364 19365 19366 19367 19368 19369 19370 19371 19372 19373 19374 19375 19376 19377 19378 19379 19380 19381 |
# File 'lib/eBay.rb', line 19355 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, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = 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 @fees = fees @expressListing = expressListing @expressItemRequirements = expressItemRequirements @categoryID = categoryID @category2ID = category2ID @discountReason = discountReason @productSuggestions = productSuggestions @listingRecommendations = listingRecommendations end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19340 19341 19342 |
# File 'lib/eBay.rb', line 19340 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
19326 19327 19328 |
# File 'lib/eBay.rb', line 19326 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
19338 19339 19340 |
# File 'lib/eBay.rb', line 19338 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
19331 19332 19333 |
# File 'lib/eBay.rb', line 19331 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
19346 19347 19348 |
# File 'lib/eBay.rb', line 19346 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
19345 19346 19347 |
# File 'lib/eBay.rb', line 19345 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
19327 19328 19329 |
# File 'lib/eBay.rb', line 19327 def correlationID @correlationID end |
#discountReason ⇒ Object
Returns the value of attribute discountReason.
19347 19348 19349 |
# File 'lib/eBay.rb', line 19347 def discountReason @discountReason end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
19333 19334 19335 |
# File 'lib/eBay.rb', line 19333 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
19335 19336 19337 |
# File 'lib/eBay.rb', line 19335 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
19328 19329 19330 |
# File 'lib/eBay.rb', line 19328 def errors @errors end |
#expressItemRequirements ⇒ Object
Returns the value of attribute expressItemRequirements.
19344 19345 19346 |
# File 'lib/eBay.rb', line 19344 def expressItemRequirements @expressItemRequirements end |
#expressListing ⇒ Object
Returns the value of attribute expressListing.
19343 19344 19345 |
# File 'lib/eBay.rb', line 19343 def expressListing @expressListing end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
19339 19340 19341 |
# File 'lib/eBay.rb', line 19339 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
19342 19343 19344 |
# File 'lib/eBay.rb', line 19342 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
19337 19338 19339 |
# File 'lib/eBay.rb', line 19337 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
19341 19342 19343 |
# File 'lib/eBay.rb', line 19341 def itemID @itemID end |
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
19349 19350 19351 |
# File 'lib/eBay.rb', line 19349 def listingRecommendations @listingRecommendations end |
#message ⇒ Object
Returns the value of attribute message.
19329 19330 19331 |
# File 'lib/eBay.rb', line 19329 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
19332 19333 19334 |
# File 'lib/eBay.rb', line 19332 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
19336 19337 19338 |
# File 'lib/eBay.rb', line 19336 def notificationSignature @notificationSignature end |
#productSuggestions ⇒ Object
Returns the value of attribute productSuggestions.
19348 19349 19350 |
# File 'lib/eBay.rb', line 19348 def productSuggestions @productSuggestions end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
19334 19335 19336 |
# File 'lib/eBay.rb', line 19334 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
19325 19326 19327 |
# File 'lib/eBay.rb', line 19325 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
19330 19331 19332 |
# File 'lib/eBay.rb', line 19330 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
19351 19352 19353 |
# File 'lib/eBay.rb', line 19351 def set_any(elements) @__xmlele_any = elements end |