Class: VolumeSweeper::Cli
- Inherits:
-
Object
- Object
- VolumeSweeper::Cli
- Defined in:
- lib/volume_sweeper/cli.rb
Class Attribute Summary collapse
-
.options ⇒ Object
readonly
Returns the value of attribute options.
Class Method Summary collapse
-
.run ⇒ Object
A simple cli scriptlet to proccess command line arguments and pass them to the core component to run.
Class Attribute Details
.options ⇒ Object (readonly)
Returns the value of attribute options.
9 10 11 |
# File 'lib/volume_sweeper/cli.rb', line 9 def @options end |
Class Method Details
.run ⇒ Object
A simple cli scriptlet to proccess command line arguments and pass them to the core component to run.
14 15 16 17 18 19 |
# File 'lib/volume_sweeper/cli.rb', line 14 def run process_user_input end |