Class: KairosMcp::Daemon::ApprovalGate::ApprovalGrant

Inherits:
Struct
  • Object
show all
Defined in:
lib/kairos_mcp/daemon/approval_gate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#decisionObject

Returns the value of attribute decision

Returns:

  • (Object)

    the current value of decision



154
155
156
# File 'lib/kairos_mcp/daemon/approval_gate.rb', line 154

def decision
  @decision
end

#proposalObject

Returns the value of attribute proposal

Returns:

  • (Object)

    the current value of proposal



154
155
156
# File 'lib/kairos_mcp/daemon/approval_gate.rb', line 154

def proposal
  @proposal
end

#proposal_idObject

Returns the value of attribute proposal_id

Returns:

  • (Object)

    the current value of proposal_id



154
155
156
# File 'lib/kairos_mcp/daemon/approval_gate.rb', line 154

def proposal_id
  @proposal_id
end