Module: ContextDev::Models::MonitorListResponse::Data::ChangeDetection
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/context_dev/models/monitor_list_response.rb,
sig/context_dev/models/monitor_list_response.rbs
Overview
Discriminated union describing how changes are detected.
Defined Under Namespace
Instance Method Summary collapse
-
#initialize(type: :exact) ⇒ Object
Detect exact changes.
- #self?.variants ⇒ ::Array[ContextDev::Models::MonitorListResponse::Data::change_detection]
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(type: :exact) ⇒ Object
Detect exact changes. For page targets, this means visible text diffs. For sitemap targets, this means URL additions and removals.
|
|
# File 'lib/context_dev/models/monitor_list_response.rb', line 175
|
#self?.variants ⇒ ::Array[ContextDev::Models::MonitorListResponse::Data::change_detection]
159 |
# File 'sig/context_dev/models/monitor_list_response.rbs', line 159
def self?.variants: -> ::Array[ContextDev::Models::MonitorListResponse::Data::change_detection]
|