Class: DAP::Response

Inherits:
ProtocolMessage show all
Defined in:
lib/dap/response.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ProtocolMessage

from, #initialize, types

Methods inherited from Base

#[], build, empty, #initialize, many, one_of, properties, property, property_names, #to_wire, transform

Constructor Details

This class inherits a constructor from DAP::ProtocolMessage

Class Method Details

.typeObject



29
30
31
# File 'lib/dap/response.rb', line 29

def self.type
  'response'
end

Instance Method Details

#validate!Object



33
34
35
36
37
# File 'lib/dap/response.rb', line 33

def validate!
  return unless success

  super
end