Method: Importer#initialize

Defined in:
lib/aigu/importer.rb

#initialize(opts = {}) ⇒ Importer

Returns a new instance of Importer.



2
3
4
5
6
# File 'lib/aigu/importer.rb', line 2

def initialize(opts = {})
  @input_file = opts[:'input-file']
  @output_directory = opts[:'output-directory']
  @locale = opts[:locale]
end