class AlchemyAPI::TextCategorization
Public Instance Methods
web_method()
click to toggle source
# File lib/alchemy-api/text_categorization.rb, line 5 def web_method "#{method_prefix}GetCategory" end
Private Instance Methods
indexer()
click to toggle source
# File lib/alchemy-api/text_categorization.rb, line 16 def indexer nil end
supported_search_types()
click to toggle source
# File lib/alchemy-api/text_categorization.rb, line 11 def supported_search_types # TODO: fix html %i(text url) end