Class: LlmMock::Anthropic::ToolUseBlock

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

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ Object

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

#input ⇒ Object

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

#name ⇒ Object

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

#type ⇒ Object

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