class LuckySecTester::HabitatSettings
- LuckySecTester::HabitatSettings
- Reference
- Object
Defined in:
lucky_sec_tester.crClass Method Summary
- .bright_token : String
- .bright_token=(value : String)
-
.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.
- .project_id : String
- .project_id=(value : String)
-
.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.
-
.to_h
Generates a hash using the provided values
Class Method Detail
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?
#
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.