Class: Anthropic::Models::TextEditorCodeExecutionStrReplaceResultBlockParam
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(lines: nil, new_lines: nil, new_start: nil, old_lines: nil, old_start: nil, type: :text_editor_code_execution_str_replace_result) ⇒ void
|
# File 'lib/anthropic/models/text_editor_code_execution_str_replace_result_block_param.rb', line 36
|
Instance Attribute Details
#lines ⇒ Array<String>?
14
|
# File 'lib/anthropic/models/text_editor_code_execution_str_replace_result_block_param.rb', line 14
optional :lines, Anthropic::Internal::Type::ArrayOf[String], nil?: true
|
#new_lines ⇒ Integer?
19
|
# File 'lib/anthropic/models/text_editor_code_execution_str_replace_result_block_param.rb', line 19
optional :new_lines, Integer, nil?: true
|
#new_start ⇒ Integer?
24
|
# File 'lib/anthropic/models/text_editor_code_execution_str_replace_result_block_param.rb', line 24
optional :new_start, Integer, nil?: true
|
#old_lines ⇒ Integer?
29
|
# File 'lib/anthropic/models/text_editor_code_execution_str_replace_result_block_param.rb', line 29
optional :old_lines, Integer, nil?: true
|
#old_start ⇒ Integer?
34
|
# File 'lib/anthropic/models/text_editor_code_execution_str_replace_result_block_param.rb', line 34
optional :old_start, Integer, nil?: true
|
#type ⇒ Symbol, :text_editor_code_execution_str_replace_result
9
|
# File 'lib/anthropic/models/text_editor_code_execution_str_replace_result_block_param.rb', line 9
required :type, const: :text_editor_code_execution_str_replace_result
|