lib/term_extraction.rb in alexrabarts-term_extraction-0.1.0 vs lib/term_extraction.rb in alexrabarts-term_extraction-0.1.1
- old
+ new
@@ -1,5 +1,7 @@
class TermExtraction
+ attr_accessor :context, :api_key
+
def initialize(options={})
@context = options[:context]
@api_key = options[:api_key]
end
\ No newline at end of file