Sha256: 465383efbf1d4872e42736ccc2019d6699c45ab0a60ec5e0a68e88e46c2569f1

Contents?: true

Size: 378 Bytes

Versions: 1

Compression:

Stored size: 378 Bytes

Contents

require_relative 'module'

# The event indicates that some information about a module has changed.
class DAP::ModuleEventBody < DAP::Base
  # The reason for the event.
  # Values: 'new', 'changed', 'removed', etc.
  property :reason, as: 'string'

  # The new, changed, or removed module. In case of 'removed' only the module id is used.
  property :module, as: DAP::Module
end

Version data entries

1 entries across 1 versions & 1 rubygems

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