Class: Puma::DSL
- Inherits:
-
Object
- Object
- Puma::DSL
- 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) [: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) [:stats_url] = url end |