Class: Telebugs::Reporter
- Inherits:
-
Object
- Object
- Telebugs::Reporter
- Defined in:
- lib/telebugs/reporter.rb
Overview
Reporter is reponsible for sending reports to Telebugs.
Class Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Reporter
constructor
A new instance of Reporter.
- #report(error) ⇒ Object
Constructor Details
Class Attribute Details
.instance ⇒ Object
9 10 11 |
# File 'lib/telebugs/reporter.rb', line 9 def instance @instance ||= new end |