Module: Puma::Daemon::Configuration
- Defined in:
- lib/puma/daemon/configuration.rb
Instance Attribute Summary collapse
-
#default_dsl ⇒ Object
readonly
Returns the value of attribute default_dsl.
-
#file_dsl ⇒ Object
readonly
Returns the value of attribute file_dsl.
-
#user_dsl ⇒ Object
readonly
Returns the value of attribute user_dsl.
Instance Method Summary collapse
Instance Attribute Details
#default_dsl ⇒ Object (readonly)
Returns the value of attribute default_dsl.
6 7 8 |
# File 'lib/puma/daemon/configuration.rb', line 6 def default_dsl @default_dsl end |
#file_dsl ⇒ Object (readonly)
Returns the value of attribute file_dsl.
6 7 8 |
# File 'lib/puma/daemon/configuration.rb', line 6 def file_dsl @file_dsl end |
#user_dsl ⇒ Object (readonly)
Returns the value of attribute user_dsl.
6 7 8 |
# File 'lib/puma/daemon/configuration.rb', line 6 def user_dsl @user_dsl end |
Instance Method Details
#daemonize ⇒ Object
12 13 14 |
# File 'lib/puma/daemon/configuration.rb', line 12 def daemonize super.merge({ daemon: true }) end |
#puma_default_options(*args, **opts, &block) ⇒ Object
8 9 10 |
# File 'lib/puma/daemon/configuration.rb', line 8 def (*args, **opts, &block) super.merge({ daemon: true }) end |