Class: MetzScan::Commands::ScanOptions::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/metz_scan/commands/scan.rb

Instance Attribute Summary collapse

Instance Attribute Details

#all_copsObject

Returns the value of attribute all_cops

Returns:

  • (Object)

    the current value of all_cops



23
24
25
# File 'lib/metz_scan/commands/scan.rb', line 23

def all_cops
  @all_cops
end

#auto_fixObject

Returns the value of attribute auto_fix

Returns:

  • (Object)

    the current value of auto_fix



23
24
25
# File 'lib/metz_scan/commands/scan.rb', line 23

def auto_fix
  @auto_fix
end

#dry_runObject

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



23
24
25
# File 'lib/metz_scan/commands/scan.rb', line 23

def dry_run
  @dry_run
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



23
24
25
# File 'lib/metz_scan/commands/scan.rb', line 23

def format
  @format
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



23
24
25
# File 'lib/metz_scan/commands/scan.rb', line 23

def help
  @help
end

#pathsObject

Returns the value of attribute paths

Returns:

  • (Object)

    the current value of paths



23
24
25
# File 'lib/metz_scan/commands/scan.rb', line 23

def paths
  @paths
end

#project_analyzersObject

Returns the value of attribute project_analyzers

Returns:

  • (Object)

    the current value of project_analyzers



23
24
25
# File 'lib/metz_scan/commands/scan.rb', line 23

def project_analyzers
  @project_analyzers
end

#unsafeObject

Returns the value of attribute unsafe

Returns:

  • (Object)

    the current value of unsafe



23
24
25
# File 'lib/metz_scan/commands/scan.rb', line 23

def unsafe
  @unsafe
end