Class: TeamboxThingsSync::Cache::TaskListCache
- Defined in:
- lib/teambox-things-sync/cache/task_list_cache.rb
Instance Method Summary collapse
Methods inherited from BaseCache
Constructor Details
This class inherits a constructor from TeamboxThingsSync::Cache::BaseCache
Instance Method Details
#query_api(id) ⇒ Object
4 5 6 |
# File 'lib/teambox-things-sync/cache/task_list_cache.rb', line 4 def query_api(id) @client.project_task_list(@config[:project_permalink], id).name end |