class GovukNavigationHelpers::Configuration
Attributes
error_handler[W]
statsd[W]
Public Instance Methods
error_handler()
click to toggle source
# File lib/govuk_navigation_helpers/configuration.rb, line 13 def error_handler @error_handler ||= NoErrorHandler.new end
statsd()
click to toggle source
# File lib/govuk_navigation_helpers/configuration.rb, line 17 def statsd @statsd ||= NoStatsd.new end