Class: ScoutScout::Alert
- Inherits:
-
Hashie::Mash
- Object
- Hashie::Mash
- ScoutScout::Alert
- Defined in:
- lib/scout_scout/alert.rb
Instance Method Summary collapse
-
#client ⇒ ScoutScout::Client
The Scout client that generated this alert.
-
#plugin ⇒ ScoutScout::Plugin
The Scout plugin that generated this alert.
Instance Method Details
#client ⇒ ScoutScout::Client
The Scout client that generated this alert
5 6 7 |
# File 'lib/scout_scout/alert.rb', line 5 def client @client ||= ScoutScout::Client.find(client_id) end |
#plugin ⇒ ScoutScout::Plugin
The Scout plugin that generated this alert
12 13 14 |
# File 'lib/scout_scout/alert.rb', line 12 def plugin client.plugin(plugin_id) end |