Class: Copilot::ExitPlanModeResponse
- Inherits:
-
Struct
- Object
- Struct
- Copilot::ExitPlanModeResponse
- Defined in:
- lib/copilot/types.rb
Overview
Exit plan mode response.
Instance Attribute Summary collapse
-
#approved ⇒ Object
Returns the value of attribute approved.
Instance Method Summary collapse
Instance Attribute Details
#approved ⇒ Object
Returns the value of attribute approved
480 481 482 |
# File 'lib/copilot/types.rb', line 480 def approved @approved end |
Instance Method Details
#to_h ⇒ Object
481 482 483 |
# File 'lib/copilot/types.rb', line 481 def to_h { approved: approved } end |