Sha256: 62ef5037d3730d60de15432f968e0946e6e3ec9bfe43eff2a2bf47fb79b3844c

Contents?: true

Size: 208 Bytes

Versions: 3

Compression:

Stored size: 208 Bytes

Contents

require_relative 'scope'

class DAP::ScopesResponseBody < DAP::Base
  # The scopes of the stackframe. If the array has length zero, there are no scopes available.
  property :scopes, as: many(DAP::Scope)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-dap-0.1.2 lib/dap/scopes_response_body.rb
ruby-dap-0.1.1 lib/dap/scopes_response_body.rb
ruby-dap-0.1.0 lib/dap/scopes_response_body.rb