class Breeze::HabitatSettings

Defined in:

breeze.cr

Class Method Summary

Class Method Detail

def self.database : Avram::Database.class #

def self.database=(value : Avram::Database.class) #

def self.database? #

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


def self.enabled : Bool #

def self.enabled=(value : Bool) #

def self.enabled? #

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


def self.to_h #

Generates a hash using the provided values