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

Returns a new instance of GetPopularKeywordsRequestType.



6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
# File 'lib/eBay.rb', line 6091

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.



6081
6082
6083
# File 'lib/eBay.rb', line 6081

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



6082
6083
6084
# File 'lib/eBay.rb', line 6082

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



6074
6075
6076
# File 'lib/eBay.rb', line 6074

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6078
6079
6080
# File 'lib/eBay.rb', line 6078

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6075
6076
6077
# File 'lib/eBay.rb', line 6075

def errorLanguage
  @errorLanguage
end

#includeChildCategoriesObject

Returns the value of attribute includeChildCategories.



6083
6084
6085
# File 'lib/eBay.rb', line 6083

def includeChildCategories
  @includeChildCategories
end

#invocationIDObject

Returns the value of attribute invocationID.



6079
6080
6081
# File 'lib/eBay.rb', line 6079

def invocationID
  @invocationID
end

#maxKeywordsRetrievedObject

Returns the value of attribute maxKeywordsRetrieved.



6084
6085
6086
# File 'lib/eBay.rb', line 6084

def maxKeywordsRetrieved
  @maxKeywordsRetrieved
end

#messageIDObject

Returns the value of attribute messageID.



6076
6077
6078
# File 'lib/eBay.rb', line 6076

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



6085
6086
6087
# File 'lib/eBay.rb', line 6085

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



6077
6078
6079
# File 'lib/eBay.rb', line 6077

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6080
6081
6082
# File 'lib/eBay.rb', line 6080

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6087
6088
6089
# File 'lib/eBay.rb', line 6087

def set_any(elements)
  @__xmlele_any = elements
end