Sha256: 8989af6e7e8eaaf955a18c5f3b8812ea428ab30696af1da46031791acbae66e4

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

require_relative 'value_format'

class DAP::SetVariableArguments < DAP::Base
  # The reference of the variable container.
  property :variablesReference

  # The name of the variable in the container.
  property :name

  # The value of the variable.
  property :value

  # Specifies details on how to format the response value.
  property :format, required: false, as: DAP::ValueFormat
end

Version data entries

3 entries across 3 versions & 1 rubygems

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