AvramEncrypted::HabitatSettings
Inherits Reference < Object
Class methods
key_version
key_version=(value : String)
key_version?
Used for checking missing settings on non-nilable types It's advised to use key_version in your apps to ensure the propper type is checked.
keys
keys=(value : Hash(String, String))
keys?
Used for checking missing settings on non-nilable types It's advised to use keys in your apps to ensure the propper type is checked.
to_h
Generates a hash using the provided values