class

LuckyFlow::HabitatSettings

Inherits Reference < Object

Class methods

base_uri
base_uri=(value : String)
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.

driver_path
driver_path=(value : String | Nil)
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.

retry_delay
retry_delay=(value : Time::Span)
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.

screenshot_directory
screenshot_directory=(value : String)
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.

stop_retrying_after
stop_retrying_after=(value : Time::Span)
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.

to_h

Generates a hash using the provided values