Sha256: 3f8cb686bc2eac229c4ee95971d352ff61347c2e364a776eacf952e93b3ab855
Contents?: true
Size: 203 Bytes
Versions: 3
Compression:
Stored size: 203 Bytes
Contents
require_relative 'step_in_target' class DAP::StepInTargetsResponseBody < DAP::Base # The possible stepIn targets of the specified source location. property :targets, as: many(DAP::StepInTarget) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/step_in_targets_response_body.rb |
ruby-dap-0.1.1 | lib/dap/step_in_targets_response_body.rb |
ruby-dap-0.1.0 | lib/dap/step_in_targets_response_body.rb |