class SSHake::Mock::ExecutedCommand
Attributes
command[R]
environment[R]
response[R]
Public Class Methods
new(command, environment, response)
click to toggle source
# File lib/sshake/mock/executed_command.rb, line 9 def initialize(command, environment, response) @command = command @environment = environment @response = response end