Vug::HtmlExtractor::Dependencies
Injectable dependencies for HtmlExtractor. All fields default to nil; the constructor wires defaults when nil.
Constructors
new(manifest_extractor : ManifestExtractor | Nil = nil, http_client_factory : HttpClientFactory | Nil = nil, cache_coordinator : CacheCoordinator | Nil = nil)
SourceInstance methods
cache_coordinator
clone
Sourcecopy_with(manifest_extractor _manifest_extractor = @manifest_extractor, http_client_factory _http_client_factory = @http_client_factory, cache_coordinator _cache_coordinator = @cache_coordinator)
Sourcehttp_client_factory
manifest_extractor