Class: Fontist::GoogleCLI
- Inherits:
-
Thor
- Object
- Thor
- Fontist::GoogleCLI
- Defined in:
- lib/fontist/google_cli.rb
Instance Method Summary collapse
Instance Method Details
#check ⇒ Object
6 7 8 9 10 11 |
# File 'lib/fontist/google_cli.rb', line 6 def check () require "fontist/import/google_check" Fontist::Import::GoogleCheck.new.call CLI::STATUS_SUCCESS end |
#import ⇒ Object
14 15 16 17 18 19 |
# File 'lib/fontist/google_cli.rb', line 14 def import () require "fontist/import/google_import" Fontist::Import::GoogleImport.new.call CLI::STATUS_SUCCESS end |