Class: EBay::AbstractResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsAbstractResponseType abstract

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

Direct Known Subclasses

AddDisputeResponseResponseType, AddDisputeResponseType, AddFixedPriceItemResponseType, AddItemFromSellingManagerTemplateResponseType, AddItemResponseType, AddItemsResponseType, AddMemberMessageAAQToPartnerResponseType, AddMemberMessageRTQResponseType, AddMemberMessagesAAQToBidderResponseType, AddOrderResponseType, AddSecondChanceItemResponseType, AddSellingManagerInventoryFolderResponseType, AddSellingManagerProductResponseType, AddSellingManagerTemplateResponseType, AddToItemDescriptionResponseType, AddToWatchListResponseType, AddTransactionConfirmationItemResponseType, CompleteSaleResponseType, ConfirmIdentityResponseType, DeleteMyMessagesResponseType, DeleteSellingManagerInventoryFolderResponseType, DeleteSellingManagerItemAutomationRuleResponseType, DeleteSellingManagerProductResponseType, DeleteSellingManagerTemplateAutomationRuleResponseType, DeleteSellingManagerTemplateResponseType, DisableUnpaidItemAssistanceResponseType, EndFixedPriceItemResponseType, EndItemResponseType, EndItemsResponseType, ExtendSiteHostedPicturesResponseType, FetchTokenResponseType, GetAccountResponseType, GetAdFormatLeadsResponseType, GetAllBiddersResponseType, GetApiAccessRulesResponseType, GetAttributesCSResponseType, GetAttributesXSLResponseType, GetBestOffersResponseType, GetBidderListResponseType, GetCategoriesResponseType, GetCategory2CSResponseType, GetCategoryFeaturesResponseType, GetCategoryMappingsResponseType, GetCategorySpecificsResponseType, GetChallengeTokenResponseType, GetCharitiesResponseType, GetClientAlertsAuthTokenResponseType, GetContextualKeywordsResponseType, GetCrossPromotionsResponseType, GetDescriptionTemplatesResponseType, GetDisputeResponseType, GetFeedbackResponseType, GetHighBiddersResponseType, GetItemRecommendationsResponseType, GetItemResponseType, GetItemShippingResponseType, GetItemTransactionsResponseType, GetItemsAwaitingFeedbackResponseType, GetMemberMessagesResponseType, GetMessagePreferencesResponseType, GetMyMessagesResponseType, GetMyeBayBuyingResponseType, GetMyeBayRemindersResponseType, GetMyeBaySellingResponseType, GetNotificationPreferencesResponseType, GetNotificationsUsageResponseType, GetOrderTransactionsResponseType, GetOrdersResponseType, GetPictureManagerDetailsResponseType, GetPictureManagerOptionsResponseType, GetProductFamilyMembersResponseType, GetProductFinderResponseType, GetProductFinderXSLResponseType, GetProductSearchPageResponseType, GetProductSearchResultsResponseType, GetProductSellingPagesResponseType, GetPromotionRulesResponseType, GetPromotionalSaleDetailsResponseType, GetSellerDashboardResponseType, GetSellerEventsResponseType, GetSellerListResponseType, GetSellerPaymentsResponseType, GetSellerTransactionsResponseType, GetSellingManagerAlertsResponseType, GetSellingManagerEmailLogResponseType, GetSellingManagerInventoryFolderResponseType, GetSellingManagerInventoryResponseType, GetSellingManagerItemAutomationRuleResponseType, GetSellingManagerSaleRecordResponseType, GetSellingManagerSoldListingsResponseType, GetSellingManagerTemplateAutomationRuleResponseType, GetSellingManagerTemplatesResponseType, GetSessionIDResponseType, GetShippingDiscountProfilesResponseType, GetStoreCategoryUpdateStatusResponseType, GetStoreCustomPageResponseType, GetStoreOptionsResponseType, GetStorePreferencesResponseType, GetStoreResponseType, GetSuggestedCategoriesResponseType, GetTaxTableResponseType, GetTokenStatusResponseType, GetUserContactDetailsResponseType, GetUserDisputesResponseType, GetUserPreferencesResponseType, GetUserResponseType, GetVeROReasonCodeDetailsResponseType, GetVeROReportStatusResponseType, GetWantItNowPostResponseType, GetWantItNowSearchResultsResponseType, GeteBayDetailsResponseType, GeteBayOfficialTimeResponseType, IssueRefundResponseType, ItemsCanceledEventType, LeaveFeedbackResponseType, MoveSellingManagerInventoryFolderResponseType, NotificationMessageType, PlaceOfferResponseType, RelistFixedPriceItemResponseType, RelistItemResponseType, RemoveFromWatchListResponseType, RespondToBestOfferResponseType, RespondToFeedbackResponseType, RespondToWantItNowPostResponseType, ReviseCheckoutStatusResponseType, ReviseFixedPriceItemResponseType, ReviseInventoryStatusResponseType, ReviseItemResponseType, ReviseMyMessagesFoldersResponseType, ReviseMyMessagesResponseType, ReviseSellingManagerInventoryFolderResponseType, ReviseSellingManagerProductResponseType, ReviseSellingManagerSaleRecordResponseType, ReviseSellingManagerTemplateResponseType, RevokeTokenResponseType, SaveItemToSellingManagerTemplateResponseType, SellerReverseDisputeResponseType, SendInvoiceResponseType, SetMessagePreferencesResponseType, SetNotificationPreferencesResponseType, SetPictureManagerDetailsResponseType, SetPromotionalSaleListingsResponseType, SetPromotionalSaleResponseType, SetSellingManagerFeedbackOptionsResponseType, SetSellingManagerItemAutomationRuleResponseType, SetSellingManagerTemplateAutomationRuleResponseType, SetShippingDiscountProfilesResponseType, SetStoreCategoriesResponseType, SetStoreCustomPageResponseType, SetStorePreferencesResponseType, SetStoreResponseType, SetTaxTableResponseType, SetUserNotesResponseType, SetUserPreferencesResponseType, UploadSiteHostedPicturesResponseType, ValidateChallengeInputResponseType, ValidateTestUserRegistrationResponseType, VeROReportItemsResponseType, VerifyAddFixedPriceItemResponseType, VerifyAddItemResponseType, VerifyAddSecondChanceItemResponseType, VerifyRelistItemResponseType

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) ⇒ AbstractResponseType

Returns a new instance of AbstractResponseType.



8826
8827
8828
8829
8830
8831
8832
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
# File 'lib/eBay.rb', line 8826

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8820
8821
8822
# File 'lib/eBay.rb', line 8820

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8806
8807
8808
# File 'lib/eBay.rb', line 8806

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



8818
8819
8820
# File 'lib/eBay.rb', line 8818

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8811
8812
8813
# File 'lib/eBay.rb', line 8811

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8807
8808
8809
# File 'lib/eBay.rb', line 8807

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8813
8814
8815
# File 'lib/eBay.rb', line 8813

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8815
8816
8817
# File 'lib/eBay.rb', line 8815

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8808
8809
8810
# File 'lib/eBay.rb', line 8808

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



8819
8820
8821
# File 'lib/eBay.rb', line 8819

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8817
8818
8819
# File 'lib/eBay.rb', line 8817

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8809
8810
8811
# File 'lib/eBay.rb', line 8809

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8812
8813
8814
# File 'lib/eBay.rb', line 8812

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8816
8817
8818
# File 'lib/eBay.rb', line 8816

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8814
8815
8816
# File 'lib/eBay.rb', line 8814

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8805
8806
8807
# File 'lib/eBay.rb', line 8805

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8810
8811
8812
# File 'lib/eBay.rb', line 8810

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8822
8823
8824
# File 'lib/eBay.rb', line 8822

def set_any(elements)
  @__xmlele_any = elements
end