class AvramEncrypted::HabitatSettings

Defined in:

avram_encrypted/config.cr

Class Method Summary

Class Method Detail

def self.key_version : String #

def self.key_version=(value : String) #

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 : Hash(String, String) #

def self.keys=(value : Hash(String, String)) #

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.


def self.to_h #

Generates a hash using the provided values