Class: WifiWand::CommandLineOptions
- Inherits:
-
Struct
- Object
- Struct
- WifiWand::CommandLineOptions
- Defined in:
- lib/wifi_wand/command_line_options.rb
Instance Attribute Summary collapse
-
#argv ⇒ Object
Returns the value of attribute argv.
-
#command_options ⇒ Object
Returns the value of attribute command_options.
-
#err_stream ⇒ Object
Returns the value of attribute err_stream.
-
#help_requested ⇒ Object
Returns the value of attribute help_requested.
-
#in_stream ⇒ Object
Returns the value of attribute in_stream.
-
#interactive_mode ⇒ Object
Returns the value of attribute interactive_mode.
-
#invocation_option_sources ⇒ Object
Returns the value of attribute invocation_option_sources.
-
#out_stream ⇒ Object
Returns the value of attribute out_stream.
-
#output_format ⇒ Object
Returns the value of attribute output_format.
-
#post_processor ⇒ Object
Returns the value of attribute post_processor.
-
#raw_argv ⇒ Object
Returns the value of attribute raw_argv.
-
#specified_invocation_options ⇒ Object
Returns the value of attribute specified_invocation_options.
-
#utc ⇒ Object
Returns the value of attribute utc.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
-
#version_requested ⇒ Object
Returns the value of attribute version_requested.
-
#wifi_interface ⇒ Object
Returns the value of attribute wifi_interface.
-
#wifi_wand_opts_env ⇒ Object
Returns the value of attribute wifi_wand_opts_env.
Instance Attribute Details
#argv ⇒ Object
Returns the value of attribute argv
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def argv @argv end |
#command_options ⇒ Object
Returns the value of attribute command_options
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def @command_options end |
#err_stream ⇒ Object
Returns the value of attribute err_stream
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def err_stream @err_stream end |
#help_requested ⇒ Object
Returns the value of attribute help_requested
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def help_requested @help_requested end |
#in_stream ⇒ Object
Returns the value of attribute in_stream
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def in_stream @in_stream end |
#interactive_mode ⇒ Object
Returns the value of attribute interactive_mode
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def interactive_mode @interactive_mode end |
#invocation_option_sources ⇒ Object
Returns the value of attribute invocation_option_sources
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def invocation_option_sources @invocation_option_sources end |
#out_stream ⇒ Object
Returns the value of attribute out_stream
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def out_stream @out_stream end |
#output_format ⇒ Object
Returns the value of attribute output_format
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def output_format @output_format end |
#post_processor ⇒ Object
Returns the value of attribute post_processor
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def post_processor @post_processor end |
#raw_argv ⇒ Object
Returns the value of attribute raw_argv
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def raw_argv @raw_argv end |
#specified_invocation_options ⇒ Object
Returns the value of attribute specified_invocation_options
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def @specified_invocation_options end |
#utc ⇒ Object
Returns the value of attribute utc
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def utc @utc end |
#verbose ⇒ Object
Returns the value of attribute verbose
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def verbose @verbose end |
#version_requested ⇒ Object
Returns the value of attribute version_requested
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def version_requested @version_requested end |
#wifi_interface ⇒ Object
Returns the value of attribute wifi_interface
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def wifi_interface @wifi_interface end |
#wifi_wand_opts_env ⇒ Object
Returns the value of attribute wifi_wand_opts_env
4 5 6 |
# File 'lib/wifi_wand/command_line_options.rb', line 4 def wifi_wand_opts_env @wifi_wand_opts_env end |