Class: Notes::Options::Tag

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

Instance Method Summary collapse

Instance Method Details

#descriptionObject



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

def description
  'Specified action only takes effect on notes with the tag given.'
end

#nameObject



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

def name
  Notes::Options::TAG
end

#optionsObject



12
13
14
# File 'lib/notes/options/tag.rb', line 12

def options
  {:type => String, :multi => true}
end