Class: Notes::Options::Html

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

Instance Method Summary collapse

Instance Method Details

#descriptionObject



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

def description
  'The result of this operation(if any) will be saved into the file given in html format'
end

#nameObject



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

def name
  Notes::Options::HTML_EXPORT
end

#optionsObject



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

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