Class: CIAT::Processors::Compiler
- Inherits:
-
Object
- Object
- CIAT::Processors::Compiler
- Defined in:
- lib/ciat/processors/compiler.rb
Instance Method Summary collapse
- #error_name ⇒ Object
- #happy_path_element ⇒ Object
- #input_name ⇒ Object
- #output_name ⇒ Object
- #relevant_elements(color, path) ⇒ Object
Instance Method Details
#error_name ⇒ Object
19 20 21 |
# File 'lib/ciat/processors/compiler.rb', line 19 def error_name :compilation_error end |
#happy_path_element ⇒ Object
7 8 9 |
# File 'lib/ciat/processors/compiler.rb', line 7 def happy_path_element :compilation end |
#input_name ⇒ Object
11 12 13 |
# File 'lib/ciat/processors/compiler.rb', line 11 def input_name :source end |
#output_name ⇒ Object
15 16 17 |
# File 'lib/ciat/processors/compiler.rb', line 15 def output_name :compilation end |
#relevant_elements(color, path) ⇒ Object
3 4 5 |
# File 'lib/ciat/processors/compiler.rb', line 3 def relevant_elements(color, path) element_name_hash[path][color] end |