Class: DAP::Event
- Inherits:
-
ProtocolMessage
- Object
- Base
- ProtocolMessage
- DAP::Event
- Defined in:
- lib/dap/event.rb
Class Method Summary collapse
Methods inherited from ProtocolMessage
from, #initialize, seq, types
Methods inherited from Base
#[], build, empty, #initialize, many, one_of, properties, property, property_names, #to_wire, transform, #validate!
Constructor Details
This class inherits a constructor from DAP::ProtocolMessage
Class Method Details
.type ⇒ Object
18 19 20 |
# File 'lib/dap/event.rb', line 18 def self.type 'event' end |