class LuckyFlow::HabitatSettings
- LuckyFlow::HabitatSettings
- Reference
- Object
Defined in:
lucky_flow.crClass Method Summary
- .base_uri : String
- .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 : String | Nil
- .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 : Time::Span
- .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 : String
- .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 : Time::Span
- .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
Class Method Detail
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.
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.
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.
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.
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.