Sha256: 612d582e632c15631b26092136cfffddcafc7f1c66ee5c50aa8f8e66bf0315b4

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

require_relative 'module'

class DAP::ModuleEventBody < DAP::Base
  # The reason for the event.
  # Values: 'new', 'changed', 'removed', etc.
  property :reason # 'new' | 'changed' | 'removed'

  # 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

3 entries across 3 versions & 1 rubygems

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