Sha256: 833afc0fa19a2229e5c1c890ab437da7d5b7e03f30bd24d2063c3abeef3f5dbe
Contents?: true
Size: 475 Bytes
Versions: 1
Compression:
Stored size: 475 Bytes
Contents
require_relative 'value_format' # Arguments for ‘setVariable’ request. class DAP::SetVariableArguments < DAP::Base # The reference of the variable container. property :variablesReference, as: 'number' # The name of the variable in the container. property :name, as: 'string' # The value of the variable. property :value, as: 'string' # Specifies details on how to format the response value. property :format, required: false, as: DAP::ValueFormat end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/set_variable_arguments.rb |