Class: ContextDev::Models::MonitorCreateResponse::Baseline::MonitorsExtractBaseline
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::MonitorCreateResponse::Baseline::MonitorsExtractBaseline
- Defined in:
- lib/context_dev/models/monitor_create_response.rb,
sig/context_dev/models/monitor_create_response.rbs
Instance Attribute Summary collapse
-
#captured_at ⇒ Time
When this baseline was last captured or replaced.
-
#data ⇒ Object
The extracted structured data, matching the monitor's extraction schema (same shape as the /web/extract endpoint's
data). -
#urls_analyzed ⇒ Array<String>
The page URLs the monitor tracks and analyzes for changes.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
390 |
# File 'sig/context_dev/models/monitor_create_response.rbs', line 390
def initialize: (
|
Instance Attribute Details
#captured_at ⇒ Time
When this baseline was last captured or replaced.
523 |
# File 'lib/context_dev/models/monitor_create_response.rb', line 523 required :captured_at, Time |
#data ⇒ Object
The extracted structured data, matching the monitor's extraction schema (same
shape as the /web/extract endpoint's data). Refreshed when the monitor
re-discovers its page set (at most about once a day); null when no extraction
has been captured yet.
532 |
# File 'lib/context_dev/models/monitor_create_response.rb', line 532 required :data, ContextDev::Internal::Type::Unknown |
#urls_analyzed ⇒ Array<String>
The page URLs the monitor tracks and analyzes for changes.
538 |
# File 'lib/context_dev/models/monitor_create_response.rb', line 538 required :urls_analyzed, ContextDev::Internal::Type::ArrayOf[String] |
Instance Method Details
#to_hash ⇒ {
396 |
# File 'sig/context_dev/models/monitor_create_response.rbs', line 396
def to_hash: -> {
|