Class: VagrantPlugins::SSHConfigCache::Command
- Inherits:
-
Object
- Object
- VagrantPlugins::SSHConfigCache::Command
- Includes:
- Helpers
- Defined in:
- lib/vagrant-ssh-config-cache/command.rb
Defined Under Namespace
Modules: Helpers Classes: Reset, Update
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(argv, env) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(argv, env) ⇒ Command
Returns a new instance of Command.
6 7 8 9 10 11 12 13 |
# File 'lib/vagrant-ssh-config-cache/command.rb', line 6 def initialize(argv, env) @argv = argv @env = env @cmd_name = 'ssh-config-cache' split_argv register_subcommands end |
Instance Method Details
#execute ⇒ Object
15 16 17 |
# File 'lib/vagrant-ssh-config-cache/command.rb', line 15 def execute invoke_subcommand end |