Module: ContextDev::Models::MonitorUpdateResponse::Baseline
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/context_dev/models/monitor_update_response.rb,
sig/context_dev/models/monitor_update_response.rbs
Overview
Current baseline: the last observed value the monitor compares new snapshots
against. Its shape follows target.type (page/sitemap/extract). Only populated
on GET /monitors/monitor_id; null until the first baseline run completes (and
after a target or change_detection update, which resets the baseline).
Defined Under Namespace
Classes: MonitorsExtractBaseline, MonitorsPageBaseline, MonitorsSitemapBaseline
Instance Method Summary collapse
-
#initialize(captured_at:, url_count:, urls:) ⇒ Object
Current baseline of a
sitemapmonitor: the normalized URL set as last observed. - #self?.variants ⇒ ::Array[ContextDev::Models::MonitorUpdateResponse::baseline]
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(captured_at:, url_count:, urls:) ⇒ Object
Current baseline of a sitemap monitor: the normalized URL set as last
observed.
|
|
# File 'lib/context_dev/models/monitor_update_response.rb', line 480
|
#self?.variants ⇒ ::Array[ContextDev::Models::MonitorUpdateResponse::baseline]
403 |
# File 'sig/context_dev/models/monitor_update_response.rbs', line 403
def self?.variants: -> ::Array[ContextDev::Models::MonitorUpdateResponse::baseline]
|