Class: HarvestThings::Application
- Inherits:
-
Object
- Object
- HarvestThings::Application
- Includes:
- Sync
- Defined in:
- lib/harvestthings/application.rb
Instance Method Summary collapse
-
#init_sync ⇒ String
init_sync - kicks off the syncing.
-
#initialize ⇒ Boolean
constructor
initialize - defines a harvest and things object.
Methods included from Sync
#add_client_to_harvest, #add_project_to_harvest, #add_task_to_harvest, #assign_task_assignment, #things_projects_to_harvest, #things_tasks_to_harvest
Constructor Details
Instance Method Details
#init_sync ⇒ String
init_sync - kicks off the syncing
28 29 30 31 32 |
# File 'lib/harvestthings/application.rb', line 28 def init_sync print "starting sync" things_projects_to_harvest puts ".finished. ciao!" end |