struct CommandResult
- CommandResult
- CommandMessage
- Struct
- Value
- Object
Defined in:
command_processor.crConstructors
Instance Method Summary
- #clone
- #copy_with(status _status = @status, output _output = @output, error _error = @error)
- #error : String
- #output : String
- #status : Int32
Constructor methods inherited from struct CommandMessage
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
def copy_with(status _status = @status, output _output = @output, error _error = @error)
#