class Lucky::Server::HabitatSettings

Defined in:

lucky/server.cr

Class Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? : Bool present?

Class Method Detail

def self.asset_host : String #

def self.asset_host=(value : String) #

def self.asset_host? #

Used for checking missing settings on non-nilable types It's advised to use asset_host in your apps to ensure the propper type is checked.


def self.gzip_content_types : Array(String) #

def self.gzip_content_types=(value : Array(String)) #

def self.gzip_content_types? #

Used for checking missing settings on non-nilable types It's advised to use gzip_content_types in your apps to ensure the propper type is checked.


def self.gzip_enabled : Bool #

def self.gzip_enabled=(value : Bool) #

def self.gzip_enabled? #

Used for checking missing settings on non-nilable types It's advised to use gzip_enabled in your apps to ensure the propper type is checked.


def self.host : String #

def self.host=(value : String) #

def self.host? #

Used for checking missing settings on non-nilable types It's advised to use host in your apps to ensure the propper type is checked.


def self.port : Int32 #

def self.port=(value : Int32) #

def self.port? #

Used for checking missing settings on non-nilable types It's advised to use port in your apps to ensure the propper type is checked.


def self.secret_key_base : String #

def self.secret_key_base=(value : String) #

def self.secret_key_base? #

Used for checking missing settings on non-nilable types It's advised to use secret_key_base in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values