Class: WifiWand::CommandLineInterface::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/wifi-wand/command_line_interface.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



14
15
16
# File 'lib/wifi-wand/command_line_interface.rb', line 14

def action
  @action
end

#max_stringObject

Returns the value of attribute max_string

Returns:

  • (Object)

    the current value of max_string



14
15
16
# File 'lib/wifi-wand/command_line_interface.rb', line 14

def max_string
  @max_string
end

#min_stringObject

Returns the value of attribute min_string

Returns:

  • (Object)

    the current value of min_string



14
15
16
# File 'lib/wifi-wand/command_line_interface.rb', line 14

def min_string
  @min_string
end