class
Werk::Context
- Werk::Context
- Reference
- Object
Defined in:
werk/context.crConstructors
Instance Method Summary
- #batch_id : Int32
- #directory : String
- #name : String
- #session_id : UUID
- #stage_id : Int32
- #target : String
- #variables : Hash(String, String)
Constructor Detail
def self.new(session_id : UUID, target : String, name : String, directory : String, variables : Hash(String, String), stage_id : Int32, batch_id : Int32)
#