class Breeze::HabitatSettings
- Breeze::HabitatSettings
- Reference
- Object
Defined in:
breeze.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.
- .enabled : Bool
- .enabled=(value : Bool)
-
.enabled?
Used for checking missing settings on non-nilable types It's advised to use enabled 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.
def self.enabled?
#
Used for checking missing settings on non-nilable types It's advised to use enabled in your apps to ensure the propper type is checked.