class LuckyPgExtras::HabitatSettings
- LuckyPgExtras::HabitatSettings
- Reference
- Object
Defined in:
lucky_pg_extras.crClass Method Summary
- .database : Avram::Database.class
- .database=(value : Avram::Database.class)
-
.database?
Used for checking missing settings on non-nilable types It's advised to use database in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.database?
#
Used for checking missing settings on non-nilable types It's advised to use database in your apps to ensure the propper type is checked.