Class: GetPopularKeywordsRequestType
- Inherits:
-
Object
- Object
- GetPopularKeywordsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetPopularKeywordsRequestType
Constant Summary collapse
- @@schema_type =
"GetPopularKeywordsRequestType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["categoryID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]], ["includeChildCategories", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeChildCategories")]], ["maxKeywordsRetrieved", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxKeywordsRetrieved")]], ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#includeChildCategories ⇒ Object
Returns the value of attribute includeChildCategories.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#maxKeywordsRetrieved ⇒ Object
Returns the value of attribute maxKeywordsRetrieved.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = [], includeChildCategories = nil, maxKeywordsRetrieved = nil, pagination = nil) ⇒ GetPopularKeywordsRequestType
constructor
A new instance of GetPopularKeywordsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = [], includeChildCategories = nil, maxKeywordsRetrieved = nil, pagination = nil) ⇒ GetPopularKeywordsRequestType
6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 |
# File 'lib/eBay.rb', line 6928 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = [], includeChildCategories = nil, maxKeywordsRetrieved = nil, pagination = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @categoryID = categoryID @includeChildCategories = includeChildCategories @maxKeywordsRetrieved = maxKeywordsRetrieved @pagination = pagination end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6918 6919 6920 |
# File 'lib/eBay.rb', line 6918 def __xmlele_any @__xmlele_any end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
6919 6920 6921 |
# File 'lib/eBay.rb', line 6919 def categoryID @categoryID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6911 6912 6913 |
# File 'lib/eBay.rb', line 6911 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6915 6916 6917 |
# File 'lib/eBay.rb', line 6915 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6912 6913 6914 |
# File 'lib/eBay.rb', line 6912 def errorLanguage @errorLanguage end |
#includeChildCategories ⇒ Object
Returns the value of attribute includeChildCategories.
6920 6921 6922 |
# File 'lib/eBay.rb', line 6920 def includeChildCategories @includeChildCategories end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6916 6917 6918 |
# File 'lib/eBay.rb', line 6916 def invocationID @invocationID end |
#maxKeywordsRetrieved ⇒ Object
Returns the value of attribute maxKeywordsRetrieved.
6921 6922 6923 |
# File 'lib/eBay.rb', line 6921 def maxKeywordsRetrieved @maxKeywordsRetrieved end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6913 6914 6915 |
# File 'lib/eBay.rb', line 6913 def end |
#pagination ⇒ Object
Returns the value of attribute pagination.
6922 6923 6924 |
# File 'lib/eBay.rb', line 6922 def pagination @pagination end |
#version ⇒ Object
Returns the value of attribute version.
6914 6915 6916 |
# File 'lib/eBay.rb', line 6914 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
6917 6918 6919 |
# File 'lib/eBay.rb', line 6917 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
6924 6925 6926 |
# File 'lib/eBay.rb', line 6924 def set_any(elements) @__xmlele_any = elements end |