Class: Chef::Failover::Strategy::RoundRobin

Inherits:
Base
  • Object
show all
Defined in:
lib/chef-failover/strategy/round_robin.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Chef::Failover::Strategy::Base

Instance Method Details

#dispatchObject



6
7
8
# File 'lib/chef-failover/strategy/round_robin.rb', line 6

def dispatch
  load_and_update_status
end