Class: GetPopularKeywordsRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = [], includeChildCategories = nil, maxKeywordsRetrieved = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @categoryID = categoryID
  @includeChildCategories = includeChildCategories
  @maxKeywordsRetrieved = maxKeywordsRetrieved
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6918
6919
6920
# File 'lib/eBay.rb', line 6918

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



6919
6920
6921
# File 'lib/eBay.rb', line 6919

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



6911
6912
6913
# File 'lib/eBay.rb', line 6911

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6915
6916
6917
# File 'lib/eBay.rb', line 6915

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6912
6913
6914
# File 'lib/eBay.rb', line 6912

def errorLanguage
  @errorLanguage
end

#includeChildCategoriesObject

Returns the value of attribute includeChildCategories.



6920
6921
6922
# File 'lib/eBay.rb', line 6920

def includeChildCategories
  @includeChildCategories
end

#invocationIDObject

Returns the value of attribute invocationID.



6916
6917
6918
# File 'lib/eBay.rb', line 6916

def invocationID
  @invocationID
end

#maxKeywordsRetrievedObject

Returns the value of attribute maxKeywordsRetrieved.



6921
6922
6923
# File 'lib/eBay.rb', line 6921

def maxKeywordsRetrieved
  @maxKeywordsRetrieved
end

#messageIDObject

Returns the value of attribute messageID.



6913
6914
6915
# File 'lib/eBay.rb', line 6913

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



6922
6923
6924
# File 'lib/eBay.rb', line 6922

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



6914
6915
6916
# File 'lib/eBay.rb', line 6914

def version
  @version
end

#warningLevelObject

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