Class: Standard::MergesSettings::Settings
- Inherits:
-
Struct
- Object
- Struct
- Standard::MergesSettings::Settings
- Defined in:
- lib/standard/merges_settings.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#paths ⇒ Object
Returns the value of attribute paths.
-
#runner ⇒ Object
Returns the value of attribute runner.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
5 6 7 |
# File 'lib/standard/merges_settings.rb', line 5 def @options end |
#paths ⇒ Object
Returns the value of attribute paths
5 6 7 |
# File 'lib/standard/merges_settings.rb', line 5 def paths @paths end |
#runner ⇒ Object
Returns the value of attribute runner
5 6 7 |
# File 'lib/standard/merges_settings.rb', line 5 def runner @runner end |