class App::HabitatSettings

Defined in:

app_settings.cr

Class Method Summary

Class Method Detail

def self.email_from : String #

def self.email_from=(value : String) #

def self.email_from? #

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


def self.email_reply_to : String #

def self.email_reply_to=(value : String) #

def self.email_reply_to? #

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


def self.favicon_url : String #

def self.favicon_url=(value : String) #

def self.favicon_url? #

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


def self.keep_bearer_logins_for : Time::Span #

def self.keep_bearer_logins_for=(value : Time::Span) #

def self.keep_bearer_logins_for? #

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


def self.keep_email_confirmations_for : Time::Span #

def self.keep_email_confirmations_for=(value : Time::Span) #

def self.keep_email_confirmations_for? #

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


def self.keep_logins_for : Time::Span #

def self.keep_logins_for=(value : Time::Span) #

def self.keep_logins_for? #

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


def self.keep_password_resets_for : Time::Span #

def self.keep_password_resets_for=(value : Time::Span) #

def self.keep_password_resets_for? #

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


def self.logo_url : String #

def self.logo_url=(value : String) #

def self.logo_url? #

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


def self.make_first_user_admin : Bool #

def self.make_first_user_admin=(value : Bool) #

def self.make_first_user_admin? #

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


def self.name : String #

def self.name=(value : String) #

def self.name? #

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


def self.timezone : Time::Location | Nil #

def self.timezone=(value : Time::Location | Nil) #

def self.timezone? #

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


def self.to_h #

Generates a hash using the provided values


def self.url : String #

def self.url=(value : String) #

def self.url? #

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