Class: Qonfig::Commands::Instantiation::FreezeState Private

Inherits:
Base
  • Object
show all
Defined in:
lib/qonfig/commands/instantiation/freeze_state.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Since:

  • 0.19.0

Instance Method Summary collapse

Methods inherited from Base

inheritable=, inheritable?, #inheritable?, inherited

Instance Method Details

#call(data_set, settings) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method returns an undefined value.

Parameters:

Since:

  • 0.19.0



15
16
17
# File 'lib/qonfig/commands/instantiation/freeze_state.rb', line 15

def call(data_set, settings)
  settings.__freeze__
end