Method: LabClient::Notifications#list_project

Defined in:
lib/labclient/notifications/list.rb

#list_project(project_id) ⇒ Object



49
50
51
52
# File 'lib/labclient/notifications/list.rb', line 49

def list_project(project_id)
  project_id = format_id(project_id)
  client.request(:get, "projects/#{project_id}/notification_settings")
end