Class: MacWifi::CommandLineInterface::Command
- Inherits:
-
Struct
- Object
- Struct
- MacWifi::CommandLineInterface::Command
- Defined in:
- lib/mac-wifi/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
10 11 12 |
# File 'lib/mac-wifi/command_line_interface.rb', line 10 def action @action end |
#max_string ⇒ Object
Returns the value of attribute max_string
10 11 12 |
# File 'lib/mac-wifi/command_line_interface.rb', line 10 def max_string @max_string end |
#min_string ⇒ Object
Returns the value of attribute min_string
10 11 12 |
# File 'lib/mac-wifi/command_line_interface.rb', line 10 def min_string @min_string end |