Module: Anthropic::Models::BrowserStateChange::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/anthropic/models/browser_state_change.rb,
sig/anthropic/models/browser_state_change.rbs
Constant Summary collapse
- TAB_OPENED =
:tab_opened- DOWNLOAD_STARTED =
:download_started- DOWNLOAD_COMPLETED =
:download_completed- DOWNLOAD_FAILED =
:download_failed
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#self?.values ⇒ ::Array[Anthropic::Models::BrowserStateChange::type_]
23 |
# File 'sig/anthropic/models/browser_state_change.rbs', line 23
def self?.values: -> ::Array[Anthropic::Models::BrowserStateChange::type_]
|