Class: Phronomy::Agent::ToolInvocation::AuthorizationOutcome Private
- Inherits:
-
Struct
- Object
- Struct
- Phronomy::Agent::ToolInvocation::AuthorizationOutcome
- Defined in:
- lib/phronomy/agent/tool_invocation.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
-
#cancelled ⇒ Object
Returns the value of attribute cancelled.
-
#decision ⇒ Object
Returns the value of attribute decision.
-
#error ⇒ Object
Returns the value of attribute error.
-
#facts ⇒ Object
Returns the value of attribute facts.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#cancelled ⇒ Object
Returns the value of attribute cancelled
15 16 17 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 15 def cancelled @cancelled end |
#decision ⇒ Object
Returns the value of attribute decision
15 16 17 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 15 def decision @decision end |
#error ⇒ Object
Returns the value of attribute error
15 16 17 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 15 def error @error end |
#facts ⇒ Object
Returns the value of attribute facts
15 16 17 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 15 def facts @facts end |
#reason ⇒ Object
Returns the value of attribute reason
15 16 17 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 15 def reason @reason end |