Class: Standard::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/standard/builds_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathsObject

Returns the value of attribute paths

Returns:

  • (Object)

    the current value of paths



6
7
8
# File 'lib/standard/builds_config.rb', line 6

def paths
  @paths
end

#rubocop_config_storeObject

Returns the value of attribute rubocop_config_store

Returns:

  • (Object)

    the current value of rubocop_config_store



6
7
8
# File 'lib/standard/builds_config.rb', line 6

def rubocop_config_store
  @rubocop_config_store
end

#rubocop_optionsObject

Returns the value of attribute rubocop_options

Returns:

  • (Object)

    the current value of rubocop_options



6
7
8
# File 'lib/standard/builds_config.rb', line 6

def rubocop_options
  @rubocop_options
end

#runnerObject

Returns the value of attribute runner

Returns:

  • (Object)

    the current value of runner



6
7
8
# File 'lib/standard/builds_config.rb', line 6

def runner
  @runner
end