Class: Copilot::StopError
- Inherits:
-
Struct
- Object
- Struct
- Copilot::StopError
- Defined in:
- lib/copilot/types.rb
Overview
Error during client stop.
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
548 549 550 |
# File 'lib/copilot/types.rb', line 548 def @message end |