Module: Serega::SeregaPlugins::ContextMetadata::CheckSerializeParamsInstanceMethods
- Defined in:
- lib/serega/plugins/context_metadata/context_metadata.rb
Instance Method Summary collapse
Instance Method Details
#check_opts ⇒ Object
52 53 54 55 56 57 |
# File 'lib/serega/plugins/context_metadata/context_metadata.rb', line 52 def check_opts super = self.class.serializer_class.config..key SeregaValidations::Utils::CheckOptIsHash.call(opts, ) end |