Class: Exceptions::Backends::Honeybadger::Result

Inherits:
Result
  • Object
show all
Defined in:
lib/exceptions/backends/honeybadger.rb

Instance Attribute Summary

Attributes inherited from Result

#id

Instance Method Summary collapse

Methods inherited from Result

#initialize, #ok?

Constructor Details

This class inherits a constructor from Exceptions::Result

Instance Method Details

#urlObject



33
34
35
# File 'lib/exceptions/backends/honeybadger.rb', line 33

def url
  "https://www.honeybadger.io/notice/#{id}"
end