class Webdrivers::HabitatSettings

Defined in:

webdrivers.cr

Class Method Summary

Class Method Detail

def self.cache_duration : Time::Span #

def self.cache_duration=(value : Time::Span) #

def self.cache_duration? #

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


def self.driver_directory : String #

def self.driver_directory=(value : String) #

def self.driver_directory? #

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


def self.to_h #

Generates a hash using the provided values