Method: SimpleService::Result#commands

Defined in:
lib/simple_service/result.rb

#commandsObject



23
24
25
# File 'lib/simple_service/result.rb', line 23

def commands
  self.recorded_commands.map {|rc| rc[:command_name] }
end