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



22
23
24
# File 'lib/cc/analyzer/engines_config_builder.rb', line 22

def code_path
  @code_path
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



22
23
24
# File 'lib/cc/analyzer/engines_config_builder.rb', line 22

def config
  @config
end

#container_labelObject

Returns the value of attribute container_label

Returns:

  • (Object)

    the current value of container_label



22
23
24
# File 'lib/cc/analyzer/engines_config_builder.rb', line 22

def container_label
  @container_label
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/cc/analyzer/engines_config_builder.rb', line 22

def name
  @name
end

#registry_entryObject

Returns the value of attribute registry_entry

Returns:

  • (Object)

    the current value of registry_entry



22
23
24
# File 'lib/cc/analyzer/engines_config_builder.rb', line 22

def registry_entry
  @registry_entry
end