Class: PSRP::WSMV::SendData
Instance Method Summary collapse
-
#initialize(session_opts, shell_id, command_id, pipeline) ⇒ SendData
constructor
A new instance of SendData.
Methods inherited from Base
Constructor Details
#initialize(session_opts, shell_id, command_id, pipeline) ⇒ SendData
Returns a new instance of SendData.
23 24 25 26 27 28 |
# File 'lib/wsmv/commands/send_data.rb', line 23 def initialize(session_opts, shell_id, command_id, pipeline) @session_opts = session_opts @shell_id = shell_id @command_id = command_id @pipeline = pipeline end |