struct

Vug::HtmlExtractor::Dependencies

Inherits Struct < Value < Object

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)
Source

Instance methods

cache_coordinator
clone
Source
copy_with(manifest_extractor _manifest_extractor = @manifest_extractor, http_client_factory _http_client_factory = @http_client_factory, cache_coordinator _cache_coordinator = @cache_coordinator)
Source
http_client_factory
manifest_extractor