Class: Parser::Options
- Inherits:
-
Struct
- Object
- Struct
- Parser::Options
- Defined in:
- lib/aws_recon/options.rb
Instance Attribute Summary collapse
-
#collect_user_data ⇒ Object
Returns the value of attribute collect_user_data.
-
#config_file ⇒ Object
Returns the value of attribute config_file.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#jsonl ⇒ Object
Returns the value of attribute jsonl.
-
#output_file ⇒ Object
Returns the value of attribute output_file.
-
#output_format ⇒ Object
Returns the value of attribute output_format.
-
#quit_on_exception ⇒ Object
Returns the value of attribute quit_on_exception.
-
#regions ⇒ Object
Returns the value of attribute regions.
-
#s3 ⇒ Object
Returns the value of attribute s3.
-
#services ⇒ Object
Returns the value of attribute services.
-
#skip_credential_report ⇒ Object
Returns the value of attribute skip_credential_report.
-
#skip_slow ⇒ Object
Returns the value of attribute skip_slow.
-
#stream_output ⇒ Object
Returns the value of attribute stream_output.
-
#threads ⇒ Object
Returns the value of attribute threads.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#collect_user_data ⇒ Object
Returns the value of attribute collect_user_data
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def collect_user_data @collect_user_data end |
#config_file ⇒ Object
Returns the value of attribute config_file
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def config_file @config_file end |
#debug ⇒ Object
Returns the value of attribute debug
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def debug @debug end |
#jsonl ⇒ Object
Returns the value of attribute jsonl
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def jsonl @jsonl end |
#output_file ⇒ Object
Returns the value of attribute output_file
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def output_file @output_file end |
#output_format ⇒ Object
Returns the value of attribute output_format
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def output_format @output_format end |
#quit_on_exception ⇒ Object
Returns the value of attribute quit_on_exception
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def quit_on_exception @quit_on_exception end |
#regions ⇒ Object
Returns the value of attribute regions
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def regions @regions end |
#s3 ⇒ Object
Returns the value of attribute s3
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def s3 @s3 end |
#services ⇒ Object
Returns the value of attribute services
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def services @services end |
#skip_credential_report ⇒ Object
Returns the value of attribute skip_credential_report
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def skip_credential_report @skip_credential_report end |
#skip_slow ⇒ Object
Returns the value of attribute skip_slow
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def skip_slow @skip_slow end |
#stream_output ⇒ Object
Returns the value of attribute stream_output
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def stream_output @stream_output end |
#threads ⇒ Object
Returns the value of attribute threads
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def threads @threads end |
#verbose ⇒ Object
Returns the value of attribute verbose
15 16 17 |
# File 'lib/aws_recon/options.rb', line 15 def verbose @verbose end |