Class: Highrise::Task
- Defined in:
- lib/highrise/task.rb
Defined Under Namespace
Classes: TaskCategory
Constant Summary collapse
- DUE_DATES =
%w[today tomorrow this_week next_week later]
Instance Method Summary collapse
-
#complete! ⇒ Object
find(:all, :from => :upcoming) find(:all, :from => :assigned) find(:all, :from => :completed).
Instance Method Details
#complete! ⇒ Object
find(:all, :from => :upcoming) find(:all, :from => :assigned)
find(:all, :from => :completed)
22 23 24 |
# File 'lib/highrise/task.rb', line 22 def complete! load_attributes_from_response(post(:complete)) end |