Class: ForemanDiscovery::UINotifications::FailedDiscovery
- Inherits:
-
UINotifications::Base
- Object
- UINotifications::Base
- ForemanDiscovery::UINotifications::FailedDiscovery
- Defined in:
- app/services/foreman_discovery/ui_notifications/failed_discovery.rb
Overview
Adds notification upon failed discovery
Instance Method Summary collapse
-
#initialize(message) ⇒ FailedDiscovery
constructor
A new instance of FailedDiscovery.
Constructor Details
#initialize(message) ⇒ FailedDiscovery
Returns a new instance of FailedDiscovery.
6 7 8 |
# File 'app/services/foreman_discovery/ui_notifications/failed_discovery.rb', line 6 def initialize() @message = end |