Class: Jets::CLI::Schedule

Inherits:
Thor::Base show all
Defined in:
lib/jets/cli/schedule.rb,
lib/jets/cli/schedule/base.rb,
lib/jets/cli/schedule/validate.rb,
lib/jets/cli/schedule/translate.rb

Defined Under Namespace

Classes: Base, Translate, Validate

Instance Method Summary collapse

Methods inherited from Thor::Base

dispatch, exit_on_failure?, help_flags, version_flags, website

Methods included from Thor::Help

#capture_stdout_for_help, #help, #paginate_output

Instance Method Details

#translateObject



5
6
7
# File 'lib/jets/cli/schedule.rb', line 5

def translate
  Translate.new(options).run
end

#validateObject



11
12
13
# File 'lib/jets/cli/schedule.rb', line 11

def validate
  Validate.new(options).run
end