Class: Cerca::Models::EffectiveConfiguration
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Cerca::Models::EffectiveConfiguration
- Defined in:
- lib/cerca/models/effective_configuration.rb
Overview
Defined Under Namespace
Classes: Approvals
Instance Attribute Summary collapse
- #approvals ⇒ Cerca::Models::EffectiveConfiguration::Approvals
- #approvals_writable_by_agent ⇒ Boolean
- #default_model ⇒ String
- #instructions ⇒ String?
- #locked_by_fleet ⇒ Array<Symbol, Cerca::Models::ConfigurationFieldName>
- #resolved_from_fleet ⇒ Array<Symbol, Cerca::Models::ConfigurationFieldName>
-
#tools ⇒ Array<Symbol, Cerca::Models::ToolName>
Effective internal runtime tools after applying fleet defaults, fleet locks, and the agent allowlist.
Instance Method Summary collapse
-
#initialize(approvals:, approvals_writable_by_agent:, default_model:, locked_by_fleet:, resolved_from_fleet:, tools:, instructions: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see EffectiveConfiguration for more details.
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(approvals:, approvals_writable_by_agent:, default_model:, locked_by_fleet:, resolved_from_fleet:, tools:, instructions: nil) ⇒ Object
Some parameter documentations has been truncated, see Cerca::Models::EffectiveConfiguration for more details.
|
|
# File 'lib/cerca/models/effective_configuration.rb', line 50
|
Instance Attribute Details
#approvals ⇒ Cerca::Models::EffectiveConfiguration::Approvals
10 |
# File 'lib/cerca/models/effective_configuration.rb', line 10 required :approvals, -> { Cerca::EffectiveConfiguration::Approvals } |
#approvals_writable_by_agent ⇒ Boolean
15 16 17 |
# File 'lib/cerca/models/effective_configuration.rb', line 15 required :approvals_writable_by_agent, Cerca::Internal::Type::Boolean, api_name: :approvalsWritableByAgent |
#default_model ⇒ String
22 |
# File 'lib/cerca/models/effective_configuration.rb', line 22 required :default_model, String, api_name: :defaultModel |
#instructions ⇒ String?
48 |
# File 'lib/cerca/models/effective_configuration.rb', line 48 optional :instructions, String |
#locked_by_fleet ⇒ Array<Symbol, Cerca::Models::ConfigurationFieldName>
27 28 29 |
# File 'lib/cerca/models/effective_configuration.rb', line 27 required :locked_by_fleet, -> { Cerca::Internal::Type::ArrayOf[enum: Cerca::ConfigurationFieldName] }, api_name: :lockedByFleet |
#resolved_from_fleet ⇒ Array<Symbol, Cerca::Models::ConfigurationFieldName>
34 35 36 |
# File 'lib/cerca/models/effective_configuration.rb', line 34 required :resolved_from_fleet, -> { Cerca::Internal::Type::ArrayOf[enum: Cerca::ConfigurationFieldName] }, api_name: :resolvedFromFleet |