Class: CIAT::Processors::Interpreter

Inherits:
Object
  • Object
show all
Defined in:
lib/ciat/processors/interpreter.rb

Instance Method Summary collapse

Instance Method Details

#element_name_hashObject



2
3
4
5
6
7
8
9
# File 'lib/ciat/processors/interpreter.rb', line 2

def element_name_hash
  {
    :green => [:source, :command_line, :execution_generated],
    :yellow => [:source, :command_line, :execution_error],
    :red => [:source, :command_line, :execution_diff],
    :unset => []
  }
end

#input_nameObject



11
12
13
# File 'lib/ciat/processors/interpreter.rb', line 11

def input_name
  :source
end

#output_nameObject



15
16
17
# File 'lib/ciat/processors/interpreter.rb', line 15

def output_name
  :execution
end