class Jennifer::Adapter::ICommandShell::Command

Defined in:

jennifer/adapter/command_shell/command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(executable, options = [] of Option, inline_vars = {} of String => Option, in_stream = "", out_stream = "") #

[View source]

Instance Method Detail

def executable : String #

[View source]
def executable=(executable : String) #

[View source]
def in_stream : String #

[View source]
def in_stream=(in_stream : String) #

[View source]
def in_stream? #

[View source]
def inline_vars : Hash(String, Option) #

[View source]
def inline_vars=(inline_vars : Hash(String, Option)) #

[View source]
def inline_vars? #

[View source]
def options : Array(Option) #

[View source]
def options=(options : Array(Option)) #

[View source]
def out_stream : String #

[View source]
def out_stream=(out_stream : String) #

[View source]
def out_stream? #

[View source]