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