Class: OllamaAgent::Runtime::Policies::Policy
- Inherits:
-
Data
- Object
- Data
- OllamaAgent::Runtime::Policies::Policy
- Defined in:
- lib/ollama_agent/runtime/policies.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#handler ⇒ Object (readonly)
Returns the value of attribute handler
23 24 25 |
# File 'lib/ollama_agent/runtime/policies.rb', line 23 def handler @handler end |
#name ⇒ Object (readonly)
Returns the value of attribute name
23 24 25 |
# File 'lib/ollama_agent/runtime/policies.rb', line 23 def name @name end |