Class: Chef::Failover::Strategy::Base

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/chef-failover/strategy/base.rb

Direct Known Subclasses

RoundRobin

Instance Method Summary collapse

Constructor Details

#initialize(failover) ⇒ Base

Returns a new instance of Base.



10
11
12
# File 'lib/chef-failover/strategy/base.rb', line 10

def initialize(failover)
  @failover = failover
end