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