struct CommandResult

Defined in:

command_processor.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct CommandMessage

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(status : Int32, output : String, error : String) #

[View source]
def self.new(pull : JSON::PullParser) #

Instance Method Detail

def clone #

[View source]
def copy_with(status _status = @status, output _output = @output, error _error = @error) #

[View source]
def error : String #

def output : String #

def status : Int32 #