Class: Glossarist::Agent::Iho::Cli
- Inherits:
-
Thor
- Object
- Thor
- Glossarist::Agent::Iho::Cli
- Defined in:
- lib/glossarist/agent/iho/cli.rb
Instance Method Summary collapse
Instance Method Details
#retrieve_concepts ⇒ Object
14 15 16 17 18 19 20 21 22 23 24 |
# File 'lib/glossarist/agent/iho/cli.rb', line 14 def retrieve_concepts cache_dir = File.([:cache]) output_dir = File.([:output]) fetch = [:fetch] downloader = Downloader.new(cache_dir, fetch: fetch) downloader.download_csv_files generator = Generator.new(cache_dir, output_dir) generator.save_to_files end |