Class: Phronomy::Agent::AgentInvocationRegistry::Entry Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/phronomy/agent/agent_invocation_registry.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#approval_requestObject

Returns the value of attribute approval_request

Returns:

  • (Object)

    the current value of approval_request



12
13
14
# File 'lib/phronomy/agent/agent_invocation_registry.rb', line 12

def approval_request
  @approval_request
end

#invocationObject

Returns the value of attribute invocation

Returns:

  • (Object)

    the current value of invocation



12
13
14
# File 'lib/phronomy/agent/agent_invocation_registry.rb', line 12

def invocation
  @invocation
end