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