class Werk::Context

Defined in:

werk/context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session_id : UUID, target : String, name : String, directory : String, variables : Hash(String, String), stage_id : Int32, batch_id : Int32) #

[View source]

Instance Method Detail

def batch_id : Int32 #

[View source]
def directory : String #

[View source]
def name : String #

[View source]
def session_id : UUID #

[View source]
def stage_id : Int32 #

[View source]
def target : String #

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

[View source]