Class: Stagehand::Models::SessionExecuteParams::ExecuteOptions::Variable::UnionMember3
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stagehand::Models::SessionExecuteParams::ExecuteOptions::Variable::UnionMember3
- Defined in:
- lib/stagehand/models/session_execute_params.rb,
sig/stagehand/models/session_execute_params.rbs
Defined Under Namespace
Modules: Value
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(value:, description: nil) ⇒ Object
|
|
# File 'lib/stagehand/models/session_execute_params.rb', line 911
|
Instance Attribute Details
#description ⇒ String?
909 |
# File 'lib/stagehand/models/session_execute_params.rb', line 909 optional :description, String |
#value ⇒ String, ...
903 904 |
# File 'lib/stagehand/models/session_execute_params.rb', line 903 required :value, union: -> { Stagehand::SessionExecuteParams::ExecuteOptions::Variable::UnionMember3::Value } |
Instance Method Details
#to_hash ⇒ {
886 |
# File 'sig/stagehand/models/session_execute_params.rbs', line 886
def to_hash: -> {
|