Class: NotionTask
- Inherits:
-
Object
- Object
- NotionTask
- Includes:
- Commander::Methods
- Defined in:
- lib/notion-task.rb
Overview
Main application class for NotionTask command-line interface
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
15 16 17 18 19 |
# File 'lib/notion-task.rb', line 15 def run setup_program setup_commands run! end |