Sha256: f4be771f27a07f400387fd62f7d8ffdf76d2d2ed6dd13e65202d3ecb8d83b734

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

require_relative 'scope'

# Response to ‘scopes’ request.
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

1 entries across 1 versions & 1 rubygems

Version Path
ruby-dap-0.1.3 lib/dap/scopes_response_body.rb