class
AvramEncrypted::HabitatSettings
- AvramEncrypted::HabitatSettings
- Reference
- Object
Defined in:
avram_encrypted/config.crClass Method Summary
- .key_version : String
- .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 : Hash(String, String)
- .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
Class Method Detail
def self.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.
def self.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.