Class: EBay::VerifyRelistItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::VerifyRelistItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVerifyRelistItemResponseType
- 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
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
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.
-
#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.
-
#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, startTime = nil, endTime = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ VerifyRelistItemResponseType
constructor
A new instance of VerifyRelistItemResponseType.
- #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, startTime = nil, endTime = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ VerifyRelistItemResponseType
Returns a new instance of VerifyRelistItemResponseType.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 19515 19516 19517 19518 19519 19520 19521 19522 19523 19524 |
# File 'lib/eBay.rb', line 19500 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, startTime = nil, endTime = 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 @startTime = startTime @endTime = endTime @discountReason = discountReason @productSuggestions = productSuggestions @listingRecommendations = listingRecommendations end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19487 19488 19489 |
# File 'lib/eBay.rb', line 19487 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
19473 19474 19475 |
# File 'lib/eBay.rb', line 19473 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
19485 19486 19487 |
# File 'lib/eBay.rb', line 19485 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
19478 19479 19480 |
# File 'lib/eBay.rb', line 19478 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
19474 19475 19476 |
# File 'lib/eBay.rb', line 19474 def correlationID @correlationID end |
#discountReason ⇒ Object
Returns the value of attribute discountReason.
19492 19493 19494 |
# File 'lib/eBay.rb', line 19492 def discountReason @discountReason end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
19480 19481 19482 |
# File 'lib/eBay.rb', line 19480 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
19482 19483 19484 |
# File 'lib/eBay.rb', line 19482 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
19491 19492 19493 |
# File 'lib/eBay.rb', line 19491 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
19475 19476 19477 |
# File 'lib/eBay.rb', line 19475 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
19486 19487 19488 |
# File 'lib/eBay.rb', line 19486 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
19489 19490 19491 |
# File 'lib/eBay.rb', line 19489 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
19484 19485 19486 |
# File 'lib/eBay.rb', line 19484 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
19488 19489 19490 |
# File 'lib/eBay.rb', line 19488 def itemID @itemID end |
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
19494 19495 19496 |
# File 'lib/eBay.rb', line 19494 def listingRecommendations @listingRecommendations end |
#message ⇒ Object
Returns the value of attribute message.
19476 19477 19478 |
# File 'lib/eBay.rb', line 19476 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
19479 19480 19481 |
# File 'lib/eBay.rb', line 19479 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
19483 19484 19485 |
# File 'lib/eBay.rb', line 19483 def notificationSignature @notificationSignature end |
#productSuggestions ⇒ Object
Returns the value of attribute productSuggestions.
19493 19494 19495 |
# File 'lib/eBay.rb', line 19493 def productSuggestions @productSuggestions end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
19481 19482 19483 |
# File 'lib/eBay.rb', line 19481 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
19490 19491 19492 |
# File 'lib/eBay.rb', line 19490 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
19472 19473 19474 |
# File 'lib/eBay.rb', line 19472 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
19477 19478 19479 |
# File 'lib/eBay.rb', line 19477 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
19496 19497 19498 |
# File 'lib/eBay.rb', line 19496 def set_any(elements) @__xmlele_any = elements end |