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



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



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



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

def rubocop_options
  @rubocop_options
end

#runnerObject

Returns the value of attribute runner



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

def runner
  @runner
end