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