class Webdrivers::HabitatSettings
- Webdrivers::HabitatSettings
- Reference
- Object
Defined in:
webdrivers.crClass Method Summary
- .cache_duration : Time::Span
- .cache_duration=(value : Time::Span)
-
.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.
- .driver_directory : String
- .driver_directory=(value : String)
-
.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.
-
.to_h
Generates a hash using the provided values
Class Method Detail
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?
#
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.