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