Class: Puma::DSL

Inherits:
Object
  • Object
show all
Defined in:
lib/puma/stats/dsl.rb

Instance Method Summary collapse

Instance Method Details

#stats_token(token = nil) ⇒ Object



9
10
11
# File 'lib/puma/stats/dsl.rb', line 9

def stats_token(token = nil)
  @options[:stats_token] = token
end

#stats_url(url = nil) ⇒ Object



5
6
7
# File 'lib/puma/stats/dsl.rb', line 5

def stats_url(url = nil)
  @options[:stats_url] = url
end