Module: Puma::Daemon::Configuration

Defined in:
lib/puma/daemon/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#default_dslObject (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_dslObject (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_dslObject (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

#daemonizeObject



12
13
14
# File 'lib/puma/daemon/configuration.rb', line 12

def daemonize
  super.merge({ daemon: true })
end

#puma_default_optionsObject



8
9
10
# File 'lib/puma/daemon/configuration.rb', line 8

def puma_default_options
  super.merge({ daemon: true })
end