Class: EBay::AbstractRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAbstractRequestType abstract

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType

Direct Known Subclasses

AddDisputeRequestType, AddDisputeResponseRequestType, AddFixedPriceItemRequestType, AddItemFromSellingManagerTemplateRequestType, AddItemRequestType, AddItemsRequestType, AddMemberMessageAAQToPartnerRequestType, AddMemberMessageRTQRequestType, AddMemberMessagesAAQToBidderRequestType, AddOrderRequestType, AddSecondChanceItemRequestType, AddSellingManagerInventoryFolderRequestType, AddSellingManagerProductRequestType, AddSellingManagerTemplateRequestType, AddToItemDescriptionRequestType, AddToWatchListRequestType, AddTransactionConfirmationItemRequestType, CompleteSaleRequestType, ConfirmIdentityRequestType, DeleteMyMessagesRequestType, DeleteSellingManagerInventoryFolderRequestType, DeleteSellingManagerItemAutomationRuleRequestType, DeleteSellingManagerProductRequestType, DeleteSellingManagerTemplateAutomationRuleRequestType, DeleteSellingManagerTemplateRequestType, DisableUnpaidItemAssistanceRequestType, EndFixedPriceItemRequestType, EndItemRequestType, EndItemsRequestType, ExtendSiteHostedPicturesRequestType, FetchTokenRequestType, GetAccountRequestType, GetAdFormatLeadsRequestType, GetAllBiddersRequestType, GetApiAccessRulesRequestType, GetAttributesCSRequestType, GetAttributesXSLRequestType, GetBestOffersRequestType, GetBidderListRequestType, GetCategoriesRequestType, GetCategory2CSRequestType, GetCategoryFeaturesRequestType, GetCategoryMappingsRequestType, GetCategorySpecificsRequestType, GetChallengeTokenRequestType, GetCharitiesRequestType, GetClientAlertsAuthTokenRequestType, GetContextualKeywordsRequestType, GetCrossPromotionsRequestType, GetDescriptionTemplatesRequestType, GetDisputeRequestType, GetFeedbackRequestType, GetHighBiddersRequestType, GetItemRecommendationsRequestType, GetItemRequestType, GetItemShippingRequestType, GetItemTransactionsRequestType, GetItemsAwaitingFeedbackRequestType, GetMemberMessagesRequestType, GetMessagePreferencesRequestType, GetMyMessagesRequestType, GetMyeBayBuyingRequestType, GetMyeBayRemindersRequestType, GetMyeBaySellingRequestType, GetNotificationPreferencesRequestType, GetNotificationsUsageRequestType, GetOrderTransactionsRequestType, GetOrdersRequestType, GetPictureManagerDetailsRequestType, GetPictureManagerOptionsRequestType, GetProductFamilyMembersRequestType, GetProductFinderRequestType, GetProductFinderXSLRequestType, GetProductSearchPageRequestType, GetProductSearchResultsRequestType, GetProductSellingPagesRequestType, GetPromotionRulesRequestType, GetPromotionalSaleDetailsRequestType, GetSellerDashboardRequestType, GetSellerEventsRequestType, GetSellerListRequestType, GetSellerPaymentsRequestType, GetSellerTransactionsRequestType, GetSellingManagerAlertsRequestType, GetSellingManagerEmailLogRequestType, GetSellingManagerInventoryFolderRequestType, GetSellingManagerInventoryRequestType, GetSellingManagerItemAutomationRuleRequestType, GetSellingManagerSaleRecordRequestType, GetSellingManagerSoldListingsRequestType, GetSellingManagerTemplateAutomationRuleRequestType, GetSellingManagerTemplatesRequestType, GetSessionIDRequestType, GetShippingDiscountProfilesRequestType, GetStoreCategoryUpdateStatusRequestType, GetStoreCustomPageRequestType, GetStoreOptionsRequestType, GetStorePreferencesRequestType, GetStoreRequestType, GetSuggestedCategoriesRequestType, GetTaxTableRequestType, GetTokenStatusRequestType, GetUserContactDetailsRequestType, GetUserDisputesRequestType, GetUserPreferencesRequestType, GetUserRequestType, GetVeROReasonCodeDetailsRequestType, GetVeROReportStatusRequestType, GetWantItNowPostRequestType, GetWantItNowSearchResultsRequestType, GeteBayDetailsRequestType, GeteBayOfficialTimeRequestType, IssueRefundRequestType, LeaveFeedbackRequestType, MoveSellingManagerInventoryFolderRequestType, PlaceOfferRequestType, RelistFixedPriceItemRequestType, RelistItemRequestType, RemoveFromWatchListRequestType, RespondToBestOfferRequestType, RespondToFeedbackRequestType, RespondToWantItNowPostRequestType, ReviseCheckoutStatusRequestType, ReviseFixedPriceItemRequestType, ReviseInventoryStatusRequestType, ReviseItemRequestType, ReviseMyMessagesFoldersRequestType, ReviseMyMessagesRequestType, ReviseSellingManagerInventoryFolderRequestType, ReviseSellingManagerProductRequestType, ReviseSellingManagerSaleRecordRequestType, ReviseSellingManagerTemplateRequestType, RevokeTokenRequestType, SaveItemToSellingManagerTemplateRequestType, SellerReverseDisputeRequestType, SendInvoiceRequestType, SetMessagePreferencesRequestType, SetNotificationPreferencesRequestType, SetPictureManagerDetailsRequestType, SetPromotionalSaleListingsRequestType, SetPromotionalSaleRequestType, SetSellingManagerFeedbackOptionsRequestType, SetSellingManagerItemAutomationRuleRequestType, SetSellingManagerTemplateAutomationRuleRequestType, SetShippingDiscountProfilesRequestType, SetStoreCategoriesRequestType, SetStoreCustomPageRequestType, SetStorePreferencesRequestType, SetStoreRequestType, SetTaxTableRequestType, SetUserNotesRequestType, SetUserPreferencesRequestType, UploadSiteHostedPicturesRequestType, ValidateChallengeInputRequestType, ValidateTestUserRegistrationRequestType, VeROReportItemsRequestType, VerifyAddFixedPriceItemRequestType, VerifyAddItemRequestType, VerifyAddSecondChanceItemRequestType, VerifyRelistItemRequestType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil) ⇒ AbstractRequestType

Returns a new instance of AbstractRequestType.



35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'lib/eBay.rb', line 35

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



29
30
31
# File 'lib/eBay.rb', line 29

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



28
29
30
# File 'lib/eBay.rb', line 28

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



19
20
21
# File 'lib/eBay.rb', line 19

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



23
24
25
# File 'lib/eBay.rb', line 23

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



24
25
26
# File 'lib/eBay.rb', line 24

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



20
21
22
# File 'lib/eBay.rb', line 20

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



25
26
27
# File 'lib/eBay.rb', line 25

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



21
22
23
# File 'lib/eBay.rb', line 21

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



26
27
28
# File 'lib/eBay.rb', line 26

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



22
23
24
# File 'lib/eBay.rb', line 22

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



27
28
29
# File 'lib/eBay.rb', line 27

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



31
32
33
# File 'lib/eBay.rb', line 31

def set_any(elements)
  @__xmlele_any = elements
end