Class: Notes::Options::Console
- Inherits:
-
BaseOption
- Object
- BaseOption
- Notes::Options::Console
- Defined in:
- lib/notes/options/console.rb
Instance Method Summary collapse
Methods inherited from BaseOption
Instance Method Details
#description ⇒ Object
8 9 10 |
# File 'lib/notes/options/console.rb', line 8 def description 'The result of this operation(if any) will be printed in the console' end |
#name ⇒ Object
4 5 6 |
# File 'lib/notes/options/console.rb', line 4 def name Notes::Options::CONSOLE_EXPORT end |