Module: FatFreeWunderlist

Defined in:
lib/fat_free_wunderlist.rb,
lib/fat_free_wunderlist/engine.rb,
lib/fat_free_wunderlist/railtie.rb,
lib/fat_free_wunderlist/version.rb,
lib/fat_free_wunderlist/controller_additions.rb,
lib/generators/fat_free_wunderlist/install/install_generator.rb

Defined Under Namespace

Modules: ControllerAdditions, Generators Classes: Engine, Railtie

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.optionsObject

Set options for the wunderlist email. Here are the options: wunderlist_email: The email used in wunderlist. This is required in order for this to work. wunderlist_list: The list to add the task to. If you leave it blank, it will add it to your inbox



13
14
15
# File 'lib/fat_free_wunderlist.rb', line 13

def self.options
	@options ||= {}
end