Class: PSRP::WSMV::SendData

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

Instance Method Summary collapse

Methods inherited from Base

#build, #namespaces

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