Class: Standard::MergesSettings::Settings

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

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



5
6
7
# File 'lib/standard/merges_settings.rb', line 5

def options
  @options
end

#pathsObject

Returns the value of attribute paths

Returns:

  • (Object)

    the current value of paths



5
6
7
# File 'lib/standard/merges_settings.rb', line 5

def paths
  @paths
end

#runnerObject

Returns the value of attribute runner

Returns:

  • (Object)

    the current value of runner



5
6
7
# File 'lib/standard/merges_settings.rb', line 5

def runner
  @runner
end