Class: OpenAI::Models::BetaResponseInputItem::Beta::BetaResponseInputItem::LocalShellCall::Action
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::BetaResponseInputItem::Beta::BetaResponseInputItem::LocalShellCall::Action
- Defined in:
- sig/openai/models/beta/beta_response_input_item.rbs
Instance Attribute Summary collapse
-
#command ⇒ ::Array[String]
Returns the value of attribute command.
-
#env ⇒ ::Hash[Symbol, String]
Returns the value of attribute env.
-
#timeout_ms ⇒ Integer?
Returns the value of attribute timeout_ms.
-
#type ⇒ :exec
Returns the value of attribute type.
-
#user ⇒ String?
Returns the value of attribute user.
-
#working_directory ⇒ String?
Returns the value of attribute working_directory.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
970 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 970
def initialize: (
|
Instance Attribute Details
#command ⇒ ::Array[String]
Returns the value of attribute command.
958 959 960 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 958 def command @command end |
#env ⇒ ::Hash[Symbol, String]
Returns the value of attribute env.
960 961 962 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 960 def env @env end |
#timeout_ms ⇒ Integer?
Returns the value of attribute timeout_ms.
964 965 966 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 964 def timeout_ms @timeout_ms end |
#type ⇒ :exec
Returns the value of attribute type.
962 963 964 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 962 def type @type end |
#user ⇒ String?
Returns the value of attribute user.
966 967 968 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 966 def user @user end |
#working_directory ⇒ String?
Returns the value of attribute working_directory.
968 969 970 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 968 def working_directory @working_directory end |
Instance Method Details
#to_hash ⇒ {
979 |
# File 'sig/openai/models/beta/beta_response_input_item.rbs', line 979
def to_hash: -> {
|