class Result

Overview

A result is um Job output.

Defined in:

models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, execution_key : String, outputs : Hash(Symbol, String)) #

[View source]

Instance Method Detail

def execution_key : String #

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

[View source]
def id : String #

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

[View source]
def outputs : Hash(Symbol, String) #

[View source]
def outputs=(outputs : Hash(Symbol, String)) #

[View source]