Class: Highrise::Task
- Defined in:
- lib/highrise/task.rb
Instance Method Summary collapse
-
#complete! ⇒ Object
find(:all, :from => :upcoming) find(:all, :from => :assigned) find(:all, :from => :completed).
Methods inherited from Base
Instance Method Details
#complete! ⇒ Object
find(:all, :from => :upcoming) find(:all, :from => :assigned)
find(:all, :from => :completed)
7 8 9 |
# File 'lib/highrise/task.rb', line 7 def complete! load_attributes_from_response(post(:complete)) end |