class RethinkORM::Connection::HabitatSettings

Defined in:

rethinkdb-orm/connection.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.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.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.