class RethinkORM::Settings::HabitatSettings
- RethinkORM::Settings::HabitatSettings
 - Reference
 - Object
 
Defined in:
rethinkdb-orm/settings.crClass Method Summary
- .db : String
 - .db=(value : String)
 - 
        .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.
 - .host : String
 - .host=(value : String)
 - 
        .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.
 - .lock_expire : Time::Span
 - .lock_expire=(value : Time::Span)
 - 
        .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.
 - .lock_timeout : Time::Span
 - .lock_timeout=(value : Time::Span)
 - 
        .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.
 - .password : String
 - .password=(value : String)
 - 
        .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.
 - .port : Int32
 - .port=(value : Int32)
 - 
        .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.
 - .query_retries : Int32
 - .query_retries=(value : Int32)
 - 
        .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.
 - .retry_attempts : Int32
 - .retry_attempts=(value : Int32)
 - 
        .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.
 - .retry_interval : Time::Span
 - .retry_interval=(value : Time::Span)
 - 
        .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.
 - 
        .to_h
        
          
Generates a hash using the provided values
 - .user : String
 - .user=(value : String)
 - 
        .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.
 
Class Method Detail
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.