Class: DSP::RestartArguments

Inherits:
DSPBase
  • Object
show all
Defined in:
lib/dsp/dsp_protocol.rb

Overview

interface RestartArguments


Instance Method Summary collapse

Methods inherited from DSPBase

#initialize, #to_h, #to_json

Constructor Details

This class inherits a constructor from DSP::DSPBase

Instance Method Details

#from_h!(value) ⇒ Object



1137
1138
1139
1140
# File 'lib/dsp/dsp_protocol.rb', line 1137

def from_h!(value)
  value = {} if value.nil?
  self
end