Method: Command::CrowbarNodeList#exec

Defined in:
lib/command/crowbar_node_list.rb

#execObject

Run the command on receiver.

Returns:

  • The list of nodes



35
36
37
38
# File 'lib/command/crowbar_node_list.rb', line 35

def exec()
  @logger.info("Command::CrowbarNodeList : call the receiver with the function 'crowbar_node_list_nodes(#{@state_filter})'")
  return @receiver.crowbar_node_list_nodes(@state_filter)
end