Class: Importer
- Inherits:
-
Object
- Object
- Importer
- Defined in:
- lib/aigu/importer.rb
Direct Known Subclasses
Aigu::AndroidImporter, Aigu::CoreImporter, Aigu::EmberEngineImporter, Aigu::EmberImporter, Aigu::EmberPodImporter, Aigu::IOSImporter, Aigu::RailsImporter
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Importer
constructor
A new instance of Importer.
Constructor Details
#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 |