Class: ContextDev::Models::AIAIQueryParams::SpecificPages

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/context_dev/models/ai_ai_query_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • about_us (Boolean) (defaults to: nil)

    Whether to analyze the about us page

  • blog (Boolean) (defaults to: nil)

    Whether to analyze the blog

  • careers (Boolean) (defaults to: nil)

    Whether to analyze the careers page

  • contact_us (Boolean) (defaults to: nil)

    Whether to analyze the contact us page

  • faq (Boolean) (defaults to: nil)

    Whether to analyze the FAQ page

  • home_page (Boolean) (defaults to: nil)

    Whether to analyze the home page

  • pricing (Boolean) (defaults to: nil)

    Whether to analyze the pricing page

  • privacy_policy (Boolean) (defaults to: nil)

    Whether to analyze the privacy policy page

  • terms_and_conditions (Boolean) (defaults to: nil)

    Whether to analyze the terms and conditions page



# File 'lib/context_dev/models/ai_ai_query_params.rb', line 212

Instance Attribute Details

#about_usBoolean?

Whether to analyze the about us page

Returns:

  • (Boolean, nil)


162
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 162

optional :about_us, ContextDev::Internal::Type::Boolean

#blogBoolean?

Whether to analyze the blog

Returns:

  • (Boolean, nil)


168
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 168

optional :blog, ContextDev::Internal::Type::Boolean

#careersBoolean?

Whether to analyze the careers page

Returns:

  • (Boolean, nil)


174
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 174

optional :careers, ContextDev::Internal::Type::Boolean

#contact_usBoolean?

Whether to analyze the contact us page

Returns:

  • (Boolean, nil)


180
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 180

optional :contact_us, ContextDev::Internal::Type::Boolean

#faqBoolean?

Whether to analyze the FAQ page

Returns:

  • (Boolean, nil)


186
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 186

optional :faq, ContextDev::Internal::Type::Boolean

#home_pageBoolean?

Whether to analyze the home page

Returns:

  • (Boolean, nil)


192
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 192

optional :home_page, ContextDev::Internal::Type::Boolean

#pricingBoolean?

Whether to analyze the pricing page

Returns:

  • (Boolean, nil)


198
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 198

optional :pricing, ContextDev::Internal::Type::Boolean

#privacy_policyBoolean?

Whether to analyze the privacy policy page

Returns:

  • (Boolean, nil)


204
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 204

optional :privacy_policy, ContextDev::Internal::Type::Boolean

#terms_and_conditionsBoolean?

Whether to analyze the terms and conditions page

Returns:

  • (Boolean, nil)


210
# File 'lib/context_dev/models/ai_ai_query_params.rb', line 210

optional :terms_and_conditions, ContextDev::Internal::Type::Boolean