Class: ContextDev::Models::AIAIQueryParams::SpecificPages
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::AIAIQueryParams::SpecificPages
- Defined in:
- lib/context_dev/models/ai_ai_query_params.rb
Instance Attribute Summary collapse
-
#about_us ⇒ Boolean?
Whether to analyze the about us page.
-
#blog ⇒ Boolean?
Whether to analyze the blog.
-
#careers ⇒ Boolean?
Whether to analyze the careers page.
-
#contact_us ⇒ Boolean?
Whether to analyze the contact us page.
-
#faq ⇒ Boolean?
Whether to analyze the FAQ page.
-
#home_page ⇒ Boolean?
Whether to analyze the home page.
-
#pricing ⇒ Boolean?
Whether to analyze the pricing page.
-
#privacy_policy ⇒ Boolean?
Whether to analyze the privacy policy page.
-
#terms_and_conditions ⇒ Boolean?
Whether to analyze the terms and conditions page.
Instance Method Summary collapse
-
#initialize(about_us: nil, blog: nil, careers: nil, contact_us: nil, faq: nil, home_page: nil, pricing: nil, privacy_policy: nil, terms_and_conditions: nil) ⇒ Object
constructor
Optional object specifying which pages to analyze.
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(about_us: nil, blog: nil, careers: nil, contact_us: nil, faq: nil, home_page: nil, pricing: nil, privacy_policy: nil, terms_and_conditions: nil) ⇒ Object
Optional object specifying which pages to analyze
|
|
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 212
|
Instance Attribute Details
#about_us ⇒ Boolean?
Whether to analyze the about us page
162 |
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 162 optional :about_us, ContextDev::Internal::Type::Boolean |
#blog ⇒ Boolean?
Whether to analyze the blog
168 |
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 168 optional :blog, ContextDev::Internal::Type::Boolean |
#careers ⇒ Boolean?
Whether to analyze the careers page
174 |
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 174 optional :careers, ContextDev::Internal::Type::Boolean |
#contact_us ⇒ Boolean?
Whether to analyze the contact us page
180 |
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 180 optional :contact_us, ContextDev::Internal::Type::Boolean |
#faq ⇒ Boolean?
Whether to analyze the FAQ page
186 |
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 186 optional :faq, ContextDev::Internal::Type::Boolean |
#home_page ⇒ Boolean?
Whether to analyze the home page
192 |
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 192 optional :home_page, ContextDev::Internal::Type::Boolean |
#pricing ⇒ Boolean?
Whether to analyze the pricing page
198 |
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 198 optional :pricing, ContextDev::Internal::Type::Boolean |
#privacy_policy ⇒ Boolean?
Whether to analyze the privacy policy page
204 |
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 204 optional :privacy_policy, ContextDev::Internal::Type::Boolean |
#terms_and_conditions ⇒ Boolean?
Whether to analyze the terms and conditions page
210 |
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 210 optional :terms_and_conditions, ContextDev::Internal::Type::Boolean |