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