Class: Qonfig::Commands::Instantiation::FreezeState Private
- 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.
Instance Method Summary collapse
- #call(data_set, settings) ⇒ void private
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.
15 16 17 |
# File 'lib/qonfig/commands/instantiation/freeze_state.rb', line 15 def call(data_set, settings) settings.__freeze__ end |