Class: ContextDev::Models::CrawlControls::Source::UnionMember1
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::CrawlControls::Source::UnionMember1
- Defined in:
- lib/context_dev/models/crawl_controls.rb,
sig/context_dev/models/crawl_controls.rbs
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#domain ⇒ String
Domain whose sitemap supplied the pages.
- #type ⇒ Symbol, ContextDev::Models::CrawlControls::Source::UnionMember1::Type
Instance Method Summary collapse
- #initialize(domain:, type:) ⇒ 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(domain:, type:) ⇒ Object
|
|
# File 'lib/context_dev/models/crawl_controls.rb', line 105
|
Instance Attribute Details
#domain ⇒ String
Domain whose sitemap supplied the pages.
98 |
# File 'lib/context_dev/models/crawl_controls.rb', line 98 required :domain, String |
#type ⇒ Symbol, ContextDev::Models::CrawlControls::Source::UnionMember1::Type
103 |
# File 'lib/context_dev/models/crawl_controls.rb', line 103 required :type, enum: -> { ContextDev::CrawlControls::Source::UnionMember1::Type } |
Instance Method Details
#to_hash ⇒ {
94 |
# File 'sig/context_dev/models/crawl_controls.rbs', line 94
def to_hash: -> {
|