Class | HostMap::Engine |
In: |
lib/core.rb
|
Parent: | Object |
host_discovery | [R] | Host discovery instance. |
opts | [R] | Configuration options |
plugins | [R] | The engine instance‘s plugin manager. |
Creates an instance of the hostmap engine.
# File lib/core.rb, line 34 def initialize(opts={}) # Load logger HostMap::HMLogger.new(opts) $LOG.debug "Initializing hostmap engine." self.opts = opts self.plugins = HostMap::Managers::PluginManager.new(self) end