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
-
#depth_limit ⇒ Serega::SeregaPlugins::DepthLimit::DepthLimitConfig
Current depth_limit config.
Instance Method Details
#depth_limit ⇒ Serega::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 |