Class: Notes::Options::RemoveNote

Inherits:
BaseOption show all
Defined in:
lib/notes/options/remove_note.rb

Instance Method Summary collapse

Methods inherited from BaseOption

#options

Instance Method Details

#descriptionObject



8
9
10
# File 'lib/notes/options/remove_note.rb', line 8

def description
  'Removes the specified note'
end

#nameObject



4
5
6
# File 'lib/notes/options/remove_note.rb', line 4

def name
  Notes::Options::REMOVE_NOTE
end