class LuckySecTester::HabitatSettings

Defined in:

lucky_sec_tester.cr

Class Method Summary

Class Method Detail

def self.bright_token : String #

def self.bright_token=(value : String) #

def self.bright_token? #

Used for checking missing settings on non-nilable types It's advised to use bright_token in your apps to ensure the propper type is checked.


def self.project_id : String #

def self.project_id=(value : String) #

def self.project_id? #

Used for checking missing settings on non-nilable types It's advised to use project_id in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values