Sha256: a92c26b35bb8dba91219c2b2c4b47bc42da0e395b02d1bff1e9839220a97af9a
Contents?: true
Size: 373 Bytes
Versions: 3
Compression:
Stored size: 373 Bytes
Contents
require_relative 'source' class DAP::GotoTargetsArguments < DAP::Base # The source location for which the goto targets are determined. property :source, as: DAP::Source # The line location for which the goto targets are determined. property :line # An optional column location for which the goto targets are determined. property :column, required: false end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/goto_targets_arguments.rb |
ruby-dap-0.1.1 | lib/dap/goto_targets_arguments.rb |
ruby-dap-0.1.0 | lib/dap/goto_targets_arguments.rb |