struct Matrix::Architect::Config

Included Modules

Defined in:

matrix-architect.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def access_token : String #

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

[View source]
def hs_url : String #

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

[View source]
def log_level : Log::Severity #

[View source]
def log_level=(log_level : ::Log::Severity) #

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

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

[View source]