class Wsman::Model::SiteConfig

Included Modules

Defined in:

model/site_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def databases : Array(String) #

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

[View source]
def full_hosts(base_domain) #

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

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

[View source]
def php_version : String #

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

[View source]
def site_root : String #

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

[View source]
def site_type : String #

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

[View source]
def solr_cores : Array(String) #

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

[View source]
def solr_version : String #

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

[View source]