Module: Stagehand::Models::SessionStartParams::BrowserbaseSessionCreateParams::Region
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/stagehand/models/session_start_params.rb,
sig/stagehand/models/session_start_params.rbs
Overview
Constant Summary collapse
- US_WEST_2 =
:"us-west-2"- US_EAST_1 =
:"us-east-1"- EU_CENTRAL_1 =
:"eu-central-1"- AP_SOUTHEAST_1 =
:"ap-southeast-1"
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[Stagehand::Models::SessionStartParams::BrowserbaseSessionCreateParams::region]
889 |
# File 'sig/stagehand/models/session_start_params.rbs', line 889
def self?.values: -> ::Array[Stagehand::Models::SessionStartParams::BrowserbaseSessionCreateParams::region]
|