Module: Serega::SeregaPlugins::ContextMetadata::CheckSerializeParamsInstanceMethods

Defined in:
lib/serega/plugins/context_metadata/context_metadata.rb

Instance Method Summary collapse

Instance Method Details

#check_optsObject



52
53
54
55
56
57
# File 'lib/serega/plugins/context_metadata/context_metadata.rb', line 52

def check_opts
  super

  meta_key = self.class.serializer_class.config..key
  SeregaValidations::Utils::CheckOptIsHash.call(opts, meta_key)
end