Class: OllamaAgent::Runtime::Policies::Policy

Inherits:
Data
  • Object
show all
Defined in:
lib/ollama_agent/runtime/policies.rb

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject (readonly)

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



23
24
25
# File 'lib/ollama_agent/runtime/policies.rb', line 23

def handler
  @handler
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/ollama_agent/runtime/policies.rb', line 23

def name
  @name
end