Class: Messed::Configuration::Application
- Inherits:
-
Object
- Object
- Messed::Configuration::Application
- Includes:
- ConfigHelper
- Defined in:
- lib/messed/configuration.rb
Instance Attribute Summary collapse
-
#pid_file ⇒ Object
Returns the value of attribute pid_file.
-
#status_address ⇒ Object
Returns the value of attribute status_address.
-
#status_port ⇒ Object
Returns the value of attribute status_port.
Method Summary
Methods included from ConfigHelper
Instance Attribute Details
#pid_file ⇒ Object
Returns the value of attribute pid_file.
77 78 79 |
# File 'lib/messed/configuration.rb', line 77 def pid_file @pid_file end |
#status_address ⇒ Object
Returns the value of attribute status_address.
77 78 79 |
# File 'lib/messed/configuration.rb', line 77 def status_address @status_address end |
#status_port ⇒ Object
Returns the value of attribute status_port.
77 78 79 |
# File 'lib/messed/configuration.rb', line 77 def status_port @status_port end |