Sha256: c7af105597948eedc8ea40134f4c0cf0c41bca2fae3a82815cac291a59a13606

Contents?: true

Size: 170 Bytes

Versions: 1

Compression:

Stored size: 170 Bytes

Contents

# A Thread
class DAP::Thread < DAP::Base
  # Unique identifier for the thread.
  property :id, as: 'number'

  # A name of the thread.
  property :name, as: 'string'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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