class Airbox::Project
Airbrake project resources
Public Instance Methods
errors(opts={})
click to toggle source
Return project’s errors
# File lib/airbox.rb, line 118 def errors(opts={}) Error.all(opts.merge(project_id: id)) end