Class: Asana::Project

Inherits:
Resource
  • Object
show all
Defined in:
lib/asana/resources/project.rb

Instance Method Summary collapse

Methods inherited from Resource

collection_path, custom_method_collection_url, element_path, #method_not_allowed, new_element_path, #reload, remove_json_extension, singleton_path, #to_json

Instance Method Details

#tasksObject



5
6
7
# File 'lib/asana/resources/project.rb', line 5

def tasks
  get(:tasks).map{|h| Asana::Task.find h["id"]}
end