Class: PSRP::WSMV::CloseShell
- Defined in:
- lib/wsmv/commands/close_shell.rb
Overview
WSMV message to close a remote shell
Instance Method Summary collapse
-
#initialize(session_opts, shell_id) ⇒ CloseShell
constructor
A new instance of CloseShell.
Methods inherited from Base
Constructor Details
#initialize(session_opts, shell_id) ⇒ CloseShell
Returns a new instance of CloseShell.
23 24 25 26 |
# File 'lib/wsmv/commands/close_shell.rb', line 23 def initialize(session_opts, shell_id) @session_opts = session_opts @shell_id = shell_id end |