Method: Tenk::Projects::ProjectResource#list

Defined in:
lib/projects/project_resource.rb

#list(project_id, options) ⇒ Hashie::Mash

The default implementation of list requests for project subresources

Returns:

  • (Hashie::Mash)

    the API response as a Hashie::Mash



23
24
25
# File 'lib/projects/project_resource.rb', line 23

def list(project_id, options)
  @_client.get(resource_root(project_id), options)
end