Method: UClassifyQuery#initialize
- Defined in:
- lib/uclassify_query.rb
#initialize(read_api_key) ⇒ UClassifyQuery
Returns a new instance of UClassifyQuery.
2 3 4 5 6 |
# File 'lib/uclassify_query.rb', line 2 def initialize (read_api_key) @read_api_key = read_api_key @texts = Array.new @classifiers = Array.new end |