struct Iom::Php::ShellExec::Result

Defined in:

php-shell-exec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cmd : String, args : Nil | Array(String), exit_code : Int32, stdout : String, stderr : String, clear_env : Bool) #

[View source]

Instance Method Detail

def args : Array(String) | Nil #

[View source]
def args=(args : Array(String) | Nil) #

[View source]
def clear_env : Bool #

[View source]
def clear_env=(clear_env : Bool) #

[View source]
def cmd : String #

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

[View source]
def exit_code : Int32 #

[View source]
def exit_code=(exit_code : Int32) #

[View source]
def stderr : String #

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

[View source]
def stdout : String #

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

[View source]