Class: Anthropic::Models::Beta::BetaMemoryTool20250818RenameCommand
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaMemoryTool20250818RenameCommand
- Defined in:
- lib/anthropic/models/beta/beta_memory_tool_20250818_rename_command.rb,
sig/anthropic/models/beta/beta_memory_tool_20250818_rename_command.rbs
Instance Attribute Summary collapse
-
#command ⇒ Symbol, :rename
Command type identifier.
-
#new_path ⇒ String
New path for the file or directory.
-
#old_path ⇒ String
Current path of the file or directory.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ { command: :rename, new_path: String, old_path: String }
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
16 |
# File 'sig/anthropic/models/beta/beta_memory_tool_20250818_rename_command.rbs', line 16
def initialize: (
|
Instance Attribute Details
#command ⇒ Symbol, :rename
Command type identifier
11 |
# File 'lib/anthropic/models/beta/beta_memory_tool_20250818_rename_command.rb', line 11 required :command, const: :rename |
#new_path ⇒ String
New path for the file or directory
17 |
# File 'lib/anthropic/models/beta/beta_memory_tool_20250818_rename_command.rb', line 17 required :new_path, String |
#old_path ⇒ String
Current path of the file or directory
23 |
# File 'lib/anthropic/models/beta/beta_memory_tool_20250818_rename_command.rb', line 23 required :old_path, String |
Instance Method Details
#to_hash ⇒ { command: :rename, new_path: String, old_path: String }
22 |
# File 'sig/anthropic/models/beta/beta_memory_tool_20250818_rename_command.rbs', line 22
def to_hash: -> { command: :rename, new_path: String, old_path: String }
|