Class: LlmMock::Anthropic::ToolUseBlock

Inherits:
Struct
  • Object
show all
Defined in:
lib/llm_mock_anthropic.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



19
20
21
# File 'lib/llm_mock_anthropic.rb', line 19

def id
  @id
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



19
20
21
# File 'lib/llm_mock_anthropic.rb', line 19

def input
  @input
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/llm_mock_anthropic.rb', line 19

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



19
20
21
# File 'lib/llm_mock_anthropic.rb', line 19

def type
  @type
end