Method: Beaker::Noop#initialize

Defined in:
lib/beaker/hypervisor/noop.rb

#initialize(new_hosts, options) ⇒ Noop

Returns a new instance of Noop.



4
5
6
7
8
# File 'lib/beaker/hypervisor/noop.rb', line 4

def initialize(new_hosts, options)
  @options = options
  @logger = options[:logger]
  @hosts = new_hosts
end