struct BaristaSpec::Omnibus::Syntax::Provider

Included Modules

Defined in:

barista_spec/omnibus/provider/syntax.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def get_task(name : String) #

[View source]
def system : System | Nil #

[View source]
def system=(system : System | Nil) #

[View source]
def tasks : Array(Task) | Nil #

[View source]
def tasks=(tasks : Array(Task) | Nil) #

[View source]