Class: Exceptions::Backends::Honeybadger::Result
- Defined in:
- lib/exceptions/backends/honeybadger.rb
Instance Attribute Summary
Attributes inherited from Result
Instance Method Summary collapse
Methods inherited from Result
Constructor Details
This class inherits a constructor from Exceptions::Result
Instance Method Details
#url ⇒ Object
33 34 35 |
# File 'lib/exceptions/backends/honeybadger.rb', line 33 def url "https://www.honeybadger.io/notice/#{id}" end |