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

Returns:

  • (Object)

    the current value of code_path



19
20
21
# File 'lib/cc/analyzer/engines_config_builder.rb', line 19

def code_path
  @code_path
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



19
20
21
# File 'lib/cc/analyzer/engines_config_builder.rb', line 19

def config
  @config
end

#container_labelObject

Returns the value of attribute container_label

Returns:

  • (Object)

    the current value of container_label



19
20
21
# File 'lib/cc/analyzer/engines_config_builder.rb', line 19

def container_label
  @container_label
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/cc/analyzer/engines_config_builder.rb', line 19

def name
  @name
end

#registry_entryObject

Returns the value of attribute registry_entry

Returns:

  • (Object)

    the current value of registry_entry



19
20
21
# File 'lib/cc/analyzer/engines_config_builder.rb', line 19

def registry_entry
  @registry_entry
end