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