Class: Thin::Commands::Cluster::Base

Inherits:
Thin::Command show all
Defined in:
lib/thin/commands/cluster/base.rb

Direct Known Subclasses

Config, Restart, Start, Stop

Instance Attribute Summary collapse

Attributes inherited from Thin::Command

#args

Class Method Summary collapse

Methods inherited from Thin::Command

command_name, detailed_help, #initialize

Constructor Details

This class inherits a constructor from Thin::Command

Instance Attribute Details

#configObject

Returns the value of attribute config.



11
12
13
# File 'lib/thin/commands/cluster/base.rb', line 11

def config
  @config
end

#traceObject

Returns the value of attribute trace.



11
12
13
# File 'lib/thin/commands/cluster/base.rb', line 11

def trace
  @trace
end

Class Method Details

.config_attributesObject



6
7
8
# File 'lib/thin/commands/cluster/base.rb', line 6

def self.config_attributes
  [:address, :port, :environment, :log_file, :pid_file, :cwd, :servers, :user, :group]
end