class RethinkORM::Settings::HabitatSettings

Defined in:

rethinkdb-orm/settings.cr

Class Method Summary

Class Method Detail

def self.db : String #

def self.db=(value : String) #

def self.db? #

Used for checking missing settings on non-nilable types It's advised to use db 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.lock_expire : Time::Span #

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

def self.lock_expire? #

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


def self.lock_timeout : Time::Span #

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

def self.lock_timeout? #

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


def self.password : String #

def self.password=(value : String) #

def self.password? #

Used for checking missing settings on non-nilable types It's advised to use password 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.query_retries : Int32 #

def self.query_retries=(value : Int32) #

def self.query_retries? #

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


def self.retry_attempts : Int32 #

def self.retry_attempts=(value : Int32) #

def self.retry_attempts? #

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


def self.retry_interval : Time::Span #

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

def self.retry_interval? #

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


def self.to_h #

Generates a hash using the provided values


def self.user : String #

def self.user=(value : String) #

def self.user? #

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