Class: LLM::Function::Return
- Inherits:
-
Struct
- Object
- Struct
- LLM::Function::Return
- Defined in:
- lib/llm/function.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
33 34 35 |
# File 'lib/llm/function.rb', line 33 def id @id end |
#name ⇒ Object
Returns the value of attribute name
33 34 35 |
# File 'lib/llm/function.rb', line 33 def name @name end |
#value ⇒ Object
Returns the value of attribute value
33 34 35 |
# File 'lib/llm/function.rb', line 33 def value @value end |