class Puma::DSL

Public Instance Methods

stats_token(token = nil) click to toggle source
# File lib/puma/stats/dsl.rb, line 9
def stats_token(token = nil)
  @options[:stats_token] = token
end
stats_url(url = nil) click to toggle source
# File lib/puma/stats/dsl.rb, line 5
def stats_url(url = nil)
  @options[:stats_url] = url
end