class VCR::HabitatSettings

Defined in:

vcr.cr

Class Method Summary

Class Method Detail

def self.cassette_library_dir : String #

def self.cassette_library_dir=(value : String) #

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 : Hash(String, String) #

def self.filter_sensitive_data=(value : Hash(String, String)) #

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.


def self.to_h #

Generates a hash using the provided values