class Icr::ExecutionResult

Overview

Result of execution user's input, returned by Executer.

Defined in:

icr/execution_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(success : Bool, value : String | Nil, output : String | Nil, error_output : String | Nil) #

[View source]

Instance Method Detail

def error_output : String? #

[View source]
def output : String? #

[View source]
def success : Bool #

[View source]
def success? : Bool #

[View source]
def value : String? #

[View source]