class Config
- Config
- Reference
- Object
Defined in:
replay/config.crConstructors
Class Method Summary
Instance Method Summary
- #base_dir_path : String
- #base_uri : URI
- #base_uri_host : String
- #datasource : Datasource
- #error_handler : ErrorHandler
- #mode : Config::Mode
- #port : Int16
- #records : Records
- #requests : Requests
Constructor Detail
def self.new(base_url : String, port : Int16, mode : Mode, base_dir_path : String = "#{Path.home}/.replay-recorder")
#