Method: Springpad::API#tasks
- Defined in:
- lib/springpad/api.rb
#tasks(filters = {}) ⇒ Object
Public: Gets your tasks with optional filters.
filters - the Hash filters to apply to the search
Returns an Array of Blocks::Task.
40 41 42 |
# File 'lib/springpad/api.rb', line 40 def tasks(filters={}) get_blocks("Task", filters) end |