Class: EBay::RelistItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::RelistItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRelistItemResponseType
- 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
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.
-
#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, categoryID = nil, category2ID = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ RelistItemResponseType
constructor
A new instance of RelistItemResponseType.
- #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, categoryID = nil, category2ID = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ RelistItemResponseType
Returns a new instance of RelistItemResponseType.
16816 16817 16818 16819 16820 16821 16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 |
# File 'lib/eBay.rb', line 16816 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, 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 @startTime = startTime @endTime = endTime @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.
16801 16802 16803 |
# File 'lib/eBay.rb', line 16801 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
16787 16788 16789 |
# File 'lib/eBay.rb', line 16787 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
16799 16800 16801 |
# File 'lib/eBay.rb', line 16799 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
16792 16793 16794 |
# File 'lib/eBay.rb', line 16792 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
16807 16808 16809 |
# File 'lib/eBay.rb', line 16807 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
16806 16807 16808 |
# File 'lib/eBay.rb', line 16806 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
16788 16789 16790 |
# File 'lib/eBay.rb', line 16788 def correlationID @correlationID end |
#discountReason ⇒ Object
Returns the value of attribute discountReason.
16808 16809 16810 |
# File 'lib/eBay.rb', line 16808 def discountReason @discountReason end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
16794 16795 16796 |
# File 'lib/eBay.rb', line 16794 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
16796 16797 16798 |
# File 'lib/eBay.rb', line 16796 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
16805 16806 16807 |
# File 'lib/eBay.rb', line 16805 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
16789 16790 16791 |
# File 'lib/eBay.rb', line 16789 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
16800 16801 16802 |
# File 'lib/eBay.rb', line 16800 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
16803 16804 16805 |
# File 'lib/eBay.rb', line 16803 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
16798 16799 16800 |
# File 'lib/eBay.rb', line 16798 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
16802 16803 16804 |
# File 'lib/eBay.rb', line 16802 def itemID @itemID end |
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
16810 16811 16812 |
# File 'lib/eBay.rb', line 16810 def listingRecommendations @listingRecommendations end |
#message ⇒ Object
Returns the value of attribute message.
16790 16791 16792 |
# File 'lib/eBay.rb', line 16790 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
16793 16794 16795 |
# File 'lib/eBay.rb', line 16793 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
16797 16798 16799 |
# File 'lib/eBay.rb', line 16797 def notificationSignature @notificationSignature end |
#productSuggestions ⇒ Object
Returns the value of attribute productSuggestions.
16809 16810 16811 |
# File 'lib/eBay.rb', line 16809 def productSuggestions @productSuggestions end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
16795 16796 16797 |
# File 'lib/eBay.rb', line 16795 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
16804 16805 16806 |
# File 'lib/eBay.rb', line 16804 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
16786 16787 16788 |
# File 'lib/eBay.rb', line 16786 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
16791 16792 16793 |
# File 'lib/eBay.rb', line 16791 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
16812 16813 16814 |
# File 'lib/eBay.rb', line 16812 def set_any(elements) @__xmlele_any = elements end |