Class: Chid::Commands::Workstation::Open
- Inherits:
-
Chid::Command
- Object
- Chid::Command
- Chid::Commands::Workstation::Open
- Defined in:
- lib/chid/commands/workstation/open.rb
Constant Summary
Constants inherited from Chid::Command
Instance Attribute Summary
Attributes inherited from Chid::Command
Instance Method Summary collapse
Methods inherited from Chid::Command
command, help, #initialize, map_options_with_values, run
Constructor Details
This class inherits a constructor from Chid::Command
Instance Method Details
#run ⇒ Object
34 35 36 37 38 39 |
# File 'lib/chid/commands/workstation/open.rb', line 34 def run workstation_name = workstation_name = select_workstation if workstation_name.empty? open_apps(workstation_name) end |