Class: GovukNavigationHelpers::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/govuk_navigation_helpers/configuration.rb

Defined Under Namespace

Classes: NoErrorHandler, NoStatsd

Instance Attribute Summary collapse

Instance Attribute Details

#error_handlerObject



13
14
15
# File 'lib/govuk_navigation_helpers/configuration.rb', line 13

def error_handler
  @error_handler ||= NoErrorHandler.new
end

#statsdObject



17
18
19
# File 'lib/govuk_navigation_helpers/configuration.rb', line 17

def statsd
  @statsd ||= NoStatsd.new
end