Method: Command::CrowbarNodeList#exec
- Defined in:
- lib/command/crowbar_node_list.rb
#exec ⇒ Object
Run the command on receiver.
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.(@state_filter) end |