Class: Anthropic::Models::Beta::Organization::BetaComplianceSettingsStateEnabledParam

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/anthropic/models/beta/organization/beta_compliance_settings_state_enabled_param.rb,
sig/anthropic/models/beta/organization/beta_compliance_settings_state_enabled_param.rbs

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(type: :enabled) ⇒ BetaComplianceSettingsStateEnabledParam

Returns a new instance of BetaComplianceSettingsStateEnabledParam.

Parameters:

  • type (Symbol, :enabled) (defaults to: :enabled)
  • type: (:enabled) (defaults to: :enabled)


# File 'lib/anthropic/models/beta/organization/beta_compliance_settings_state_enabled_param.rb', line 13


Instance Attribute Details

#typeSymbol, :enabled

Parameters:

  • value (:enabled)

Returns:

  • (Symbol, :enabled)


11
# File 'lib/anthropic/models/beta/organization/beta_compliance_settings_state_enabled_param.rb', line 11

required :type, const: :enabled

Instance Method Details

#to_hash{ type: :enabled }

Returns:

  • ({ type: :enabled })


12
# File 'sig/anthropic/models/beta/organization/beta_compliance_settings_state_enabled_param.rbs', line 12

def to_hash: -> { type: :enabled }