class VCR::HabitatSettings
- VCR::HabitatSettings
- Reference
- Object
Defined in:
vcr.crClass Method Summary
- .cassette_library_dir : String
- .cassette_library_dir=(value : String)
-
.cassette_library_dir?
Used for checking missing settings on non-nilable types It's advised to use cassette_library_dir in your apps to ensure the propper type is checked.
- .filter_sensitive_data : Hash(String, String)
- .filter_sensitive_data=(value : Hash(String, String))
-
.filter_sensitive_data?
Used for checking missing settings on non-nilable types It's advised to use filter_sensitive_data in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.cassette_library_dir?
#
Used for checking missing settings on non-nilable types It's advised to use cassette_library_dir in your apps to ensure the propper type is checked.
def self.filter_sensitive_data?
#
Used for checking missing settings on non-nilable types It's advised to use filter_sensitive_data in your apps to ensure the propper type is checked.