Class: Spool::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/spool/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



4
5
6
# File 'lib/spool/configuration.rb', line 4

def command
  @command
end

#dirObject

Returns the value of attribute dir.



4
5
6
# File 'lib/spool/configuration.rb', line 4

def dir
  @dir
end

#envObject

Returns the value of attribute env.



4
5
6
# File 'lib/spool/configuration.rb', line 4

def env
  @env
end

#pidfileObject

Returns the value of attribute pidfile.



4
5
6
# File 'lib/spool/configuration.rb', line 4

def pidfile
  @pidfile
end

#processesObject

Returns the value of attribute processes.



4
5
6
# File 'lib/spool/configuration.rb', line 4

def processes
  @processes
end

#restart_conditionObject

Returns the value of attribute restart_condition.



4
5
6
# File 'lib/spool/configuration.rb', line 4

def restart_condition
  @restart_condition
end

#source_fileObject

Returns the value of attribute source_file.



4
5
6
# File 'lib/spool/configuration.rb', line 4

def source_file
  @source_file
end