Class: DSP::LoadedSourcesArguments
- Defined in:
- lib/dsp/dsp_protocol.rb
Overview
interface LoadedSourcesArguments
Instance Method Summary collapse
Methods inherited from DSPBase
Constructor Details
This class inherits a constructor from DSP::DSPBase
Instance Method Details
#from_h!(value) ⇒ Object
2845 2846 2847 2848 |
# File 'lib/dsp/dsp_protocol.rb', line 2845 def from_h!(value) value = {} if value.nil? self end |