class Squarectl::Config::Domain

Overview

A set of domain variables scoped to one or more targets. Any *_URL entry is expanded into *_DOMAIN/*_SCHEME by TaskFactory.decompose_urls.

:nodoc:

Included Modules

Defined in:

squarectl/config/domain.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 domains : Hash(String, String) #

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

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

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

[View source]