Class: Standard::Config
- Inherits:
-
Struct
- Object
- Struct
- Standard::Config
- Defined in:
- lib/standard/builds_config.rb
Instance Attribute Summary collapse
-
#paths ⇒ Object
Returns the value of attribute paths.
-
#rubocop_config_store ⇒ Object
Returns the value of attribute rubocop_config_store.
-
#rubocop_options ⇒ Object
Returns the value of attribute rubocop_options.
-
#runner ⇒ Object
Returns the value of attribute runner.
Instance Attribute Details
#paths ⇒ Object
Returns the value of attribute paths
6 7 8 |
# File 'lib/standard/builds_config.rb', line 6 def paths @paths end |
#rubocop_config_store ⇒ Object
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_options ⇒ Object
Returns the value of attribute rubocop_options
6 7 8 |
# File 'lib/standard/builds_config.rb', line 6 def @rubocop_options end |
#runner ⇒ Object
Returns the value of attribute runner
6 7 8 |
# File 'lib/standard/builds_config.rb', line 6 def runner @runner end |