Class: Anthropic::Models::Beta::BetaComputerLeftMouseUpConfig
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaComputerLeftMouseUpConfig
- Defined in:
- lib/anthropic/models/beta/beta_computer_left_mouse_up_config.rb,
sig/anthropic/models/beta/beta_computer_left_mouse_up_config.rbs
Instance Attribute Summary collapse
-
#defer_loading ⇒ Boolean?
Defer loading for this member.
-
#enabled ⇒ Boolean?
Whether this member is offered to the model.
Instance Method Summary collapse
-
#initialize ⇒ BetaComputerLeftMouseUpConfig
constructor
A new instance of BetaComputerLeftMouseUpConfig.
- #to_hash ⇒ { defer_loading: bool?, enabled: bool? }
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 ⇒ BetaComputerLeftMouseUpConfig
Returns a new instance of BetaComputerLeftMouseUpConfig.
14 |
# File 'sig/anthropic/models/beta/beta_computer_left_mouse_up_config.rbs', line 14
def initialize: (?defer_loading: bool?, ?enabled: bool?) -> void
|
Instance Attribute Details
#defer_loading ⇒ Boolean?
Defer loading for this member. Must resolve to the same value on every enabled member of the toolset.
12 |
# File 'lib/anthropic/models/beta/beta_computer_left_mouse_up_config.rb', line 12 optional :defer_loading, Anthropic::Internal::Type::Boolean, nil?: true |
#enabled ⇒ Boolean?
Whether this member is offered to the model. Default is per member, per the toolset's documentation. A member whose enabled resolves false is withheld from the served schema.
20 |
# File 'lib/anthropic/models/beta/beta_computer_left_mouse_up_config.rb', line 20 optional :enabled, Anthropic::Internal::Type::Boolean, nil?: true |
Instance Method Details
#to_hash ⇒ { defer_loading: bool?, enabled: bool? }
16 |
# File 'sig/anthropic/models/beta/beta_computer_left_mouse_up_config.rbs', line 16
def to_hash: -> { defer_loading: bool?, enabled: bool? }
|