Class: Spool::Configuration
- Inherits:
-
Object
- Object
- Spool::Configuration
- Defined in:
- lib/spool/configuration.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#env ⇒ Object
Returns the value of attribute env.
-
#pidfile ⇒ Object
Returns the value of attribute pidfile.
-
#processes ⇒ Object
Returns the value of attribute processes.
-
#restart_condition ⇒ Object
Returns the value of attribute restart_condition.
-
#source_file ⇒ Object
Returns the value of attribute source_file.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
4 5 6 |
# File 'lib/spool/configuration.rb', line 4 def command @command end |
#dir ⇒ Object
Returns the value of attribute dir.
4 5 6 |
# File 'lib/spool/configuration.rb', line 4 def dir @dir end |
#env ⇒ Object
Returns the value of attribute env.
4 5 6 |
# File 'lib/spool/configuration.rb', line 4 def env @env end |
#pidfile ⇒ Object
Returns the value of attribute pidfile.
4 5 6 |
# File 'lib/spool/configuration.rb', line 4 def pidfile @pidfile end |
#processes ⇒ Object
Returns the value of attribute processes.
4 5 6 |
# File 'lib/spool/configuration.rb', line 4 def processes @processes end |
#restart_condition ⇒ Object
Returns the value of attribute restart_condition.
4 5 6 |
# File 'lib/spool/configuration.rb', line 4 def restart_condition @restart_condition end |
#source_file ⇒ Object
Returns the value of attribute source_file.
4 5 6 |
# File 'lib/spool/configuration.rb', line 4 def source_file @source_file end |