Class: PSRP::WSMV::CloseShell

Inherits:
Base
  • Object
show all
Defined in:
lib/wsmv/commands/close_shell.rb

Overview

WSMV message to close a remote shell

Instance Method Summary collapse

Methods inherited from Base

#build, #namespaces

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