class
Latch::HabitatSettings
- Latch::HabitatSettings
- Reference
- Object
Defined in:
latch/config.crClass Method Summary
- .path_prefix : String
- .path_prefix=(value : String)
-
.path_prefix?
Used for checking missing settings on non-nilable types It's advised to use path_prefix in your apps to ensure the propper type is checked.
- .storages : Hash(String, Storage)
- .storages=(value : Hash(String, Storage))
-
.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.path_prefix?
#
Used for checking missing settings on non-nilable types It's advised to use path_prefix in your apps to ensure the propper type is checked.
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.