Method: PGPool::CommandLauncher#nodes_information

Defined in:
lib/pgpool/command_launcher.rb

#nodes_informationObject



59
60
61
# File 'lib/pgpool/command_launcher.rb', line 59

def nodes_information
  number_of_nodes.times.map { |node_id| node_information(node_id) }
end