Class: Phronomy::Agent::ToolInvocation::AuthorizationOutcome

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

Instance Attribute Summary collapse

Instance Attribute Details

#cancelledObject

Returns the value of attribute cancelled

Returns:

  • (Object)

    the current value of cancelled



8
9
10
# File 'lib/phronomy/agent/tool_invocation.rb', line 8

def cancelled
  @cancelled
end

#decisionObject

Returns the value of attribute decision

Returns:

  • (Object)

    the current value of decision



8
9
10
# File 'lib/phronomy/agent/tool_invocation.rb', line 8

def decision
  @decision
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



8
9
10
# File 'lib/phronomy/agent/tool_invocation.rb', line 8

def error
  @error
end

#factsObject

Returns the value of attribute facts

Returns:

  • (Object)

    the current value of facts



8
9
10
# File 'lib/phronomy/agent/tool_invocation.rb', line 8

def facts
  @facts
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



8
9
10
# File 'lib/phronomy/agent/tool_invocation.rb', line 8

def reason
  @reason
end