class Linguist::HabitatSettings

Defined in:

linguist.cr

Class Method Summary

Class Method Detail

def self.data_path : String #

def self.data_path=(value : String) #

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 : String #

def self.path=(value : String) #

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.


def self.to_h #

Generates a hash using the provided values