Class: ForemanDiscovery::UINotifications::FailedDiscovery

Inherits:
UINotifications::Base
  • Object
show all
Defined in:
app/services/foreman_discovery/ui_notifications/failed_discovery.rb

Overview

Adds notification upon failed discovery

Instance Method Summary collapse

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)
  @message = message
end