Class: Notes::Options::RemoveNote
- Inherits:
-
BaseOption
- Object
- BaseOption
- Notes::Options::RemoveNote
- Defined in:
- lib/notes/options/remove_note.rb
Instance Method Summary collapse
Methods inherited from BaseOption
Instance Method Details
#description ⇒ Object
8 9 10 |
# File 'lib/notes/options/remove_note.rb', line 8 def description 'Removes the specified note' end |
#name ⇒ Object
4 5 6 |
# File 'lib/notes/options/remove_note.rb', line 4 def name Notes::Options::REMOVE_NOTE end |