Class: LlmMock::Anthropic::ToolUseBlock
- Inherits:
-
Struct
- Object
- Struct
- LlmMock::Anthropic::ToolUseBlock
- Defined in:
- lib/llm_mock_anthropic.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#input ⇒ Object
Returns the value of attribute input.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
19 20 21 |
# File 'lib/llm_mock_anthropic.rb', line 19 def id @id end |
#input ⇒ Object
Returns the value of attribute input
19 20 21 |
# File 'lib/llm_mock_anthropic.rb', line 19 def input @input end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/llm_mock_anthropic.rb', line 19 def name @name end |
#type ⇒ Object
Returns the value of attribute type
19 20 21 |
# File 'lib/llm_mock_anthropic.rb', line 19 def type @type end |