class Squarectl::Config::EnvVar

Overview

A set of environment variables scoped to one or more targets. Merged into the child process environment (see Task#task_env_vars).

:nodoc:

Included Modules

Defined in:

squarectl/config/env_var.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 target : String | Array(String) #

[View source]
def target=(target : String | Array(String)) #

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

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

[View source]