struct Orion::Config::ReadOnly

Defined in:

orion/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Orion::Config) #

[View source]

Instance Method Detail

def address : Socket::IPAddress | Socket::UNIXAddress | Nil #

[View source]
def asset_host : String | Nil #

[View source]
def cache : Orion::Cache #

[View source]
def host : String | Nil #

[View source]
def logger : Log | Nil #

[View source]
def name : String #

[View source]
def path : String | Nil #

[View source]
def port : Int32 | Nil #

[View source]
def uri : URI | Nil #

[View source]
def workers : Int32 | Int64 #

[View source]