Class: Ebay::Responses::Abstract

Inherits:
Base
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/responses/abstract.rb

Overview

Attributes

time_node :timestamp, 'Timestamp', :optional => true
text_node :ack, 'Ack', :optional => true
text_node :correlation_id, 'CorrelationID', :optional => true
array_node :errors, 'Errors', :class => Error, :default_value => []
text_node :message, 'Message', :optional => true
text_node :version, 'Version', :optional => true
text_node :build, 'Build', :optional => true
text_node :notification_event_name, 'NotificationEventName', :optional => true
object_node :duplicate_invocation_details, 'DuplicateInvocationDetails', :class => DuplicateInvocationDetails, :optional => true
text_node :recipient_user_id, 'RecipientUserID', :optional => true
text_node :eias_token, 'EIASToken', :optional => true
text_node :notification_signature, 'NotificationSignature', :optional => true
text_node :hard_expiration_warning, 'HardExpirationWarning', :optional => true

Direct Known Subclasses

AddDispute, AddDisputeResponse, AddItem, AddLiveAuctionItem, AddMemberMessageAAQToPartner, AddMemberMessageRTQ, AddMemberMessagesAAQToBidder, AddOrder, AddSecondChanceItem, AddToItemDescription, AddToWatchList, AddTransactionConfirmationItem, ApproveLiveAuctionBidders, CompleteSale, DeleteMyMessages, EndItem, FetchToken, GetAccount, GetAdFormatLeads, GetAllBidders, GetApiAccessRules, GetAttributesCS, GetAttributesXSL, GetBestOffers, GetBidderList, GetCart, GetCategories, GetCategory2CS, GetCategory2FinanceOffer, GetCategoryFeatures, GetCategoryListings, GetCategoryMappings, GetChallengeToken, GetCharities, GetContextualKeywords, GetCrossPromotions, GetDescriptionTemplates, GetDispute, GetFeedback, GetFinanceOffers, GetHighBidders, GetItem, GetItemRecommendations, GetItemShipping, GetItemTransactions, GetItemsAwaitingFeedback, GetLiveAuctionBidders, GetLiveAuctionCatalogDetails, GetMemberMessages, GetMessagePreferences, GetMyMessages, GetMyeBayBuying, GetMyeBayReminders, GetMyeBaySelling, GetNotificationPreferences, GetNotificationsUsage, GetOrderTransactions, GetOrders, GetPictureManagerDetails, GetPictureManagerOptions, GetPopularKeywords, GetProductFamilyMembers, GetProductFinder, GetProductFinderXSL, GetProductSearchPage, GetProductSearchResults, GetProductSellingPages, GetProducts, GetPromotionRules, GetPromotionalSaleDetails, GetReturnURL, GetRuName, GetSearchResults, GetSearchResultsExpress, GetSellerEvents, GetSellerList, GetSellerPayments, GetSellerTransactions, GetShippingDiscountProfiles, GetStore, GetStoreCategoryUpdateStatus, GetStoreCustomPage, GetStoreOptions, GetStorePreferences, GetSuggestedCategories, GetTaxTable, GetUser, GetUserContactDetails, GetUserDisputes, GetUserPreferences, GetVeROReasonCodeDetails, GetVeROReportStatus, GetWantItNowPost, GetWantItNowSearchResults, GeteBayDetails, GeteBayOfficialTime, IssueRefund, LeaveFeedback, NotificationMessage, PlaceOffer, RelistItem, RemoveFromWatchList, RespondToBestOffer, RespondToFeedback, RespondToWantItNowPost, ReviseCheckoutStatus, ReviseItem, ReviseLiveAuctionItem, ReviseMyMessages, ReviseMyMessagesFolders, SellerReverseDispute, SendInvoice, SetCart, SetMessagePreferences, SetNotificationPreferences, SetPictureManagerDetails, SetPromotionRules, SetPromotionalSale, SetPromotionalSaleListings, SetReturnURL, SetShippingDiscountProfiles, SetStore, SetStoreCategories, SetStoreCustomPage, SetStorePreferences, SetTaxTable, SetUserNotes, SetUserPreferences, ValidateChallengeInput, ValidateTestUserRegistration, VeROReportItems, VerifyAddItem, VerifyAddSecondChanceItem

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Base

#errors?, #failure?, #partial_failure?, #success?, #warning?

Methods included from Types

#type