Class: Phronomy::Agent::AgentInvocationRegistry::Entry Private
- Inherits:
-
Struct
- Object
- Struct
- Phronomy::Agent::AgentInvocationRegistry::Entry
- 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
-
#approval_request ⇒ Object
Returns the value of attribute approval_request.
-
#invocation ⇒ Object
Returns the value of attribute invocation.
Instance Attribute Details
#approval_request ⇒ Object
Returns the value of attribute approval_request
12 13 14 |
# File 'lib/phronomy/agent/agent_invocation_registry.rb', line 12 def approval_request @approval_request end |
#invocation ⇒ Object
Returns the value of attribute invocation
12 13 14 |
# File 'lib/phronomy/agent/agent_invocation_registry.rb', line 12 def invocation @invocation end |