Class: KairosMcp::Daemon::ApprovalGate::ApprovalGrant
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::Daemon::ApprovalGate::ApprovalGrant
- Defined in:
- lib/kairos_mcp/daemon/approval_gate.rb
Instance Attribute Summary collapse
-
#decision ⇒ Object
Returns the value of attribute decision.
-
#proposal ⇒ Object
Returns the value of attribute proposal.
-
#proposal_id ⇒ Object
Returns the value of attribute proposal_id.
Instance Attribute Details
#decision ⇒ Object
Returns the value of attribute decision
154 155 156 |
# File 'lib/kairos_mcp/daemon/approval_gate.rb', line 154 def decision @decision end |
#proposal ⇒ Object
Returns the value of attribute proposal
154 155 156 |
# File 'lib/kairos_mcp/daemon/approval_gate.rb', line 154 def proposal @proposal end |
#proposal_id ⇒ Object
Returns the value of attribute proposal_id
154 155 156 |
# File 'lib/kairos_mcp/daemon/approval_gate.rb', line 154 def proposal_id @proposal_id end |