Class: WifiWand::CommandLineInterface::Command
- Inherits:
-
Struct
- Object
- Struct
- WifiWand::CommandLineInterface::Command
- Defined in:
- lib/wifi-wand/command_line_interface.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#max_string ⇒ Object
Returns the value of attribute max_string.
-
#min_string ⇒ Object
Returns the value of attribute min_string.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
15 16 17 |
# File 'lib/wifi-wand/command_line_interface.rb', line 15 def action @action end |
#max_string ⇒ Object
Returns the value of attribute max_string
15 16 17 |
# File 'lib/wifi-wand/command_line_interface.rb', line 15 def max_string @max_string end |
#min_string ⇒ Object
Returns the value of attribute min_string
15 16 17 |
# File 'lib/wifi-wand/command_line_interface.rb', line 15 def min_string @min_string end |