Class: RemLint::CLI::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/remlint/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#config_pathObject

Returns the value of attribute config_path

Returns:

  • (Object)

    the current value of config_path



23
24
25
# File 'lib/remlint/cli.rb', line 23

def config_path
  @config_path
end

#fail_levelObject

Returns the value of attribute fail_level

Returns:

  • (Object)

    the current value of fail_level



23
24
25
# File 'lib/remlint/cli.rb', line 23

def fail_level
  @fail_level
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



23
24
25
# File 'lib/remlint/cli.rb', line 23

def format
  @format
end

#onlyObject

Returns the value of attribute only

Returns:

  • (Object)

    the current value of only



23
24
25
# File 'lib/remlint/cli.rb', line 23

def only
  @only
end

#pathsObject

Returns the value of attribute paths

Returns:

  • (Object)

    the current value of paths



23
24
25
# File 'lib/remlint/cli.rb', line 23

def paths
  @paths
end