class PgORM::Settings::HabitatSettings
- PgORM::Settings::HabitatSettings
- Reference
- Object
Defined in:
pg-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_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 : String
- .query=(value : String)
-
.query?
Used for checking missing settings on non-nilable types It's advised to use query 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_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 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.