class LuckyFlow::HabitatSettings

Defined in:

lucky_flow.cr

Class Method Summary

Class Method Detail

def self.base_uri : String #

def self.base_uri=(value : String) #

def self.base_uri? #

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


def self.browser_binary : String | Nil #

def self.browser_binary=(value : String | Nil) #

def self.browser_binary? #

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


def self.chromedriver_path=(_chromedriver_path) #

[View source]
def self.driver : LuckyFlow::Driver.class #

def self.driver=(value : LuckyFlow::Driver.class) #

def self.driver? #

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


def self.driver_path : String | Nil #

def self.driver_path=(value : String | Nil) #

def self.driver_path? #

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


def self.retry_delay : Time::Span #

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

def self.retry_delay? #

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


def self.screenshot_directory : String #

def self.screenshot_directory=(value : String) #

def self.screenshot_directory? #

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


def self.stop_retrying_after : Time::Span #

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

def self.stop_retrying_after? #

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


def self.to_h #

Generates a hash using the provided values