class AppDatabase::HabitatSettings

Defined in:

Class Method Summary

Class Method Detail

def self.credentials : Avram::Credentials #

def self.credentials=(value : Avram::Credentials) #

def self.credentials? #

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


def self.engine : Avram::Engine #

def self.engine=(value : Avram::Engine) #

def self.engine? #

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


def self.to_h #

Generates a hash using the provided values