Class: MetzScan::Commands::ScanOptions::Options
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Commands::ScanOptions::Options
- Defined in:
- lib/metz_scan/commands/scan.rb
Instance Attribute Summary collapse
-
#all_cops ⇒ Object
Returns the value of attribute all_cops.
-
#auto_fix ⇒ Object
Returns the value of attribute auto_fix.
-
#dry_run ⇒ Object
Returns the value of attribute dry_run.
-
#format ⇒ Object
Returns the value of attribute format.
-
#help ⇒ Object
Returns the value of attribute help.
-
#paths ⇒ Object
Returns the value of attribute paths.
-
#project_analyzers ⇒ Object
Returns the value of attribute project_analyzers.
-
#unsafe ⇒ Object
Returns the value of attribute unsafe.
Instance Attribute Details
#all_cops ⇒ Object
Returns the value of attribute all_cops
23 24 25 |
# File 'lib/metz_scan/commands/scan.rb', line 23 def all_cops @all_cops end |
#auto_fix ⇒ Object
Returns the value of attribute auto_fix
23 24 25 |
# File 'lib/metz_scan/commands/scan.rb', line 23 def auto_fix @auto_fix end |
#dry_run ⇒ Object
Returns the value of attribute dry_run
23 24 25 |
# File 'lib/metz_scan/commands/scan.rb', line 23 def dry_run @dry_run end |
#format ⇒ Object
Returns the value of attribute format
23 24 25 |
# File 'lib/metz_scan/commands/scan.rb', line 23 def format @format end |
#help ⇒ Object
Returns the value of attribute help
23 24 25 |
# File 'lib/metz_scan/commands/scan.rb', line 23 def help @help end |
#paths ⇒ Object
Returns the value of attribute paths
23 24 25 |
# File 'lib/metz_scan/commands/scan.rb', line 23 def paths @paths end |
#project_analyzers ⇒ Object
Returns the value of attribute project_analyzers
23 24 25 |
# File 'lib/metz_scan/commands/scan.rb', line 23 def project_analyzers @project_analyzers end |
#unsafe ⇒ Object
Returns the value of attribute unsafe
23 24 25 |
# File 'lib/metz_scan/commands/scan.rb', line 23 def unsafe @unsafe end |