class Px::Service::Client::Base::DefaultConfig

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/px/service/client/base.rb, line 6
def initialize
  super
  self.statsd_client = NullStatsdClient.new
end