Class: ScoutScout::Alert
- Inherits:
-
Hashie::Mash
- Object
- Hashie::Mash
- ScoutScout::Alert
- Defined in:
- lib/scout_scout/alert.rb
Instance Attribute Summary collapse
-
#server ⇒ ScoutScout::Server
The Scout server that generated this alert.
Instance Method Summary collapse
-
#plugin ⇒ ScoutScout::Plugin
The Scout plugin that generated this alert.
Instance Attribute Details
#server ⇒ ScoutScout::Server
The Scout server that generated this alert
7 8 9 |
# File 'lib/scout_scout/alert.rb', line 7 def server @server ||= ScoutScout::Server.first(client_id) end |
Instance Method Details
#plugin ⇒ ScoutScout::Plugin
The Scout plugin that generated this alert
14 15 16 |
# File 'lib/scout_scout/alert.rb', line 14 def plugin server.plugin(plugin_id) end |