Class: Jets::Api::Project

Inherits:
Base
  • Object
show all
Defined in:
lib/jets/api/project.rb

Class Method Summary collapse

Methods included from Jets::Api

#api, #api_key

Class Method Details

.list(params = {}) ⇒ Object



4
5
6
# File 'lib/jets/api/project.rb', line 4

def list(params = {})
  api.get("/projects", params)
end