Class: Readapt::Message::Initialize
- Defined in:
- lib/readapt/message/initialize.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#body, #initialize, run, #set_body
Constructor Details
This class inherits a constructor from Readapt::Message::Base
Instance Method Details
#run ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/readapt/message/initialize.rb', line 6 def run set_body({ supportsConfigurationDoneRequest: true, exceptionBreakpointFilters: [ { filter: 'raise', label: 'Break on raised exceptions', description: 'The debugger will break when an exception is raised, regardless of whether it is subsequently rescued.', default: false } ] }) end |