Class: CC::Analyzer::EnginesConfigBuilder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/cc/analyzer/engines_config_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#code_pathObject

Returns the value of attribute code_path



6
7
8
# File 'lib/cc/analyzer/engines_config_builder.rb', line 6

def code_path
  @code_path
end

#configObject

Returns the value of attribute config



6
7
8
# File 'lib/cc/analyzer/engines_config_builder.rb', line 6

def config
  @config
end

#container_labelObject

Returns the value of attribute container_label



6
7
8
# File 'lib/cc/analyzer/engines_config_builder.rb', line 6

def container_label
  @container_label
end

#nameObject

Returns the value of attribute name



6
7
8
# File 'lib/cc/analyzer/engines_config_builder.rb', line 6

def name
  @name
end

#registry_entryObject

Returns the value of attribute registry_entry



6
7
8
# File 'lib/cc/analyzer/engines_config_builder.rb', line 6

def registry_entry
  @registry_entry
end