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