Class: RemLint::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- RemLint::CLI::Options
- Defined in:
- lib/remlint/cli.rb
Instance Attribute Summary collapse
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#fail_level ⇒ Object
Returns the value of attribute fail_level.
-
#format ⇒ Object
Returns the value of attribute format.
-
#only ⇒ Object
Returns the value of attribute only.
-
#paths ⇒ Object
Returns the value of attribute paths.
Instance Attribute Details
#config_path ⇒ Object
Returns the value of attribute config_path
23 24 25 |
# File 'lib/remlint/cli.rb', line 23 def config_path @config_path end |
#fail_level ⇒ Object
Returns the value of attribute fail_level
23 24 25 |
# File 'lib/remlint/cli.rb', line 23 def fail_level @fail_level end |
#format ⇒ Object
Returns the value of attribute format
23 24 25 |
# File 'lib/remlint/cli.rb', line 23 def format @format end |
#only ⇒ Object
Returns the value of attribute only
23 24 25 |
# File 'lib/remlint/cli.rb', line 23 def only @only end |
#paths ⇒ Object
Returns the value of attribute paths
23 24 25 |
# File 'lib/remlint/cli.rb', line 23 def paths @paths end |