struct BaristaSpec::Omnibus::Syntax::Task

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 installs : Installs | Nil #

[View source]
def installs=(installs : Installs | Nil) #

[View source]
def mocks : Array(Mock) | Nil #

[View source]
def mocks=(mocks : Array(Mock) | Nil) #

[View source]
def name : String #

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

[View source]
def provides : Provides | Nil #

[View source]
def provides=(provides : Provides | Nil) #

[View source]