class Config::Work

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def command : String #

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

[View source]
def name : String #

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

[View source]
def params : Array(Param) #

[View source]
def params=(params : Array(Param)) #

[View source]