Class: Linkedin2CV::ConvertCommand
- Inherits:
-
AbstractCommand
- Object
- Clamp::Command
- AbstractCommand
- Linkedin2CV::ConvertCommand
- Defined in:
- lib/linkedin2cv/cli/command.rb
Instance Method Summary collapse
Methods included from Logging
configure_logger_for, #log, logger_for
Instance Method Details
#execute ⇒ Object
29 30 31 32 33 34 35 36 37 38 39 40 |
# File 'lib/linkedin2cv/cli/command.rb', line 29 def execute = {} if !.nil? = YAML.load_file() end ['output_file'] = output_file ['format'] = format converter = Linkedin2CV::Converter.new converter.create_resume() end |