Module: Serega::SeregaPlugins::DepthLimit::ConfigInstanceMethods

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

Overview

Serega::SeregaConfig additional/patched class methods

Instance Method Summary collapse

Instance Method Details

#depth_limitSerega::SeregaPlugins::DepthLimit::DepthLimitConfig



130
131
132
# File 'lib/serega/plugins/depth_limit/depth_limit.rb', line 130

def depth_limit
  @depth_limit ||= DepthLimitConfig.new(opts.fetch(:depth_limit))
end