Class: WifiWand::CommandLineOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/wifi_wand/command_line_options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argvObject

Returns the value of attribute argv

Returns:

  • (Object)

    the current value of argv



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def argv
  @argv
end

#command_optionsObject

Returns the value of attribute command_options

Returns:

  • (Object)

    the current value of command_options



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def command_options
  @command_options
end

#err_streamObject

Returns the value of attribute err_stream

Returns:

  • (Object)

    the current value of err_stream



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def err_stream
  @err_stream
end

#help_requestedObject

Returns the value of attribute help_requested

Returns:

  • (Object)

    the current value of help_requested



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def help_requested
  @help_requested
end

#in_streamObject

Returns the value of attribute in_stream

Returns:

  • (Object)

    the current value of in_stream



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def in_stream
  @in_stream
end

#interactive_modeObject

Returns the value of attribute interactive_mode

Returns:

  • (Object)

    the current value of interactive_mode



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def interactive_mode
  @interactive_mode
end

#invocation_option_sourcesObject

Returns the value of attribute invocation_option_sources

Returns:

  • (Object)

    the current value of 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_streamObject

Returns the value of attribute out_stream

Returns:

  • (Object)

    the current value of out_stream



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def out_stream
  @out_stream
end

#output_formatObject

Returns the value of attribute output_format

Returns:

  • (Object)

    the current value of output_format



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def output_format
  @output_format
end

#post_processorObject

Returns the value of attribute post_processor

Returns:

  • (Object)

    the current value of post_processor



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def post_processor
  @post_processor
end

#raw_argvObject

Returns the value of attribute raw_argv

Returns:

  • (Object)

    the current value of raw_argv



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def raw_argv
  @raw_argv
end

#specified_invocation_optionsObject

Returns the value of attribute specified_invocation_options

Returns:

  • (Object)

    the current value of specified_invocation_options



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def specified_invocation_options
  @specified_invocation_options
end

#utcObject

Returns the value of attribute utc

Returns:

  • (Object)

    the current value of utc



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def utc
  @utc
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def verbose
  @verbose
end

#version_requestedObject

Returns the value of attribute version_requested

Returns:

  • (Object)

    the current value of version_requested



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def version_requested
  @version_requested
end

#wifi_interfaceObject

Returns the value of attribute wifi_interface

Returns:

  • (Object)

    the current value of wifi_interface



4
5
6
# File 'lib/wifi_wand/command_line_options.rb', line 4

def wifi_interface
  @wifi_interface
end

#wifi_wand_opts_envObject

Returns the value of attribute wifi_wand_opts_env

Returns:

  • (Object)

    the current value of 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