Class: Graytoad
- Inherits:
-
Object
- Object
- Graytoad
- Defined in:
- lib/graytoad.rb
Class Attribute Summary collapse
-
.gelf_notifier ⇒ Object
Returns the value of attribute gelf_notifier.
Class Method Summary collapse
Class Attribute Details
.gelf_notifier ⇒ Object
Returns the value of attribute gelf_notifier.
6 7 8 |
# File 'lib/graytoad.rb', line 6 def gelf_notifier @gelf_notifier end |
Class Method Details
.notify(*args) ⇒ Object
8 9 10 11 |
# File 'lib/graytoad.rb', line 8 def notify(*args) HoptoadNotifier.notify(*args) @gelf_notifier.notify(*args) end |