Sha256: 481a2f6b9ef4670f41e71ff2eb8c4641f6541ddfdc2ce62dae68b41b0262334d

Contents?: true

Size: 199 Bytes

Versions: 51

Compression:

Stored size: 199 Bytes

Contents

module ForemanDiscovery
  class ImportHook
    attr_reader :host, :facts

    def initialize(host:, facts:)
      @host = host
      @facts = facts
    end

    delegate :logger, to: Rails
  end
end

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
foreman_discovery-25.0.0 app/services/foreman_discovery/import_hook.rb
foreman_discovery-24.0.2 app/services/foreman_discovery/import_hook.rb
foreman_discovery-23.0.2 app/services/foreman_discovery/import_hook.rb
foreman_discovery-24.0.1 app/services/foreman_discovery/import_hook.rb
foreman_discovery-24.0.0 app/services/foreman_discovery/import_hook.rb
foreman_discovery-23.0.1 app/services/foreman_discovery/import_hook.rb
foreman_discovery-23.0.0 app/services/foreman_discovery/import_hook.rb
foreman_discovery-22.0.4 app/services/foreman_discovery/import_hook.rb
foreman_discovery-21.0.5 app/services/foreman_discovery/import_hook.rb
foreman_discovery-22.0.2 app/services/foreman_discovery/import_hook.rb
foreman_discovery-21.0.4 app/services/foreman_discovery/import_hook.rb
foreman_discovery-21.0.3 app/services/foreman_discovery/import_hook.rb
foreman_discovery-21.0.2 app/services/foreman_discovery/import_hook.rb
foreman_discovery-19.0.5 app/services/foreman_discovery/import_hook.rb
foreman_discovery-19.0.4 app/services/foreman_discovery/import_hook.rb
foreman_discovery-21.0.1 app/services/foreman_discovery/import_hook.rb
foreman_discovery-19.0.3 app/services/foreman_discovery/import_hook.rb
foreman_discovery-21.0.0 app/services/foreman_discovery/import_hook.rb
foreman_discovery-19.0.2 app/services/foreman_discovery/import_hook.rb
foreman_discovery-20.0.1 app/services/foreman_discovery/import_hook.rb