Class: Messed::Configuration::Interfaces::IndividualInterface
- Inherits:
-
Object
- Object
- Messed::Configuration::Interfaces::IndividualInterface
- Includes:
- ConfigHelper
- Defined in:
- lib/messed/configuration.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#options ⇒ Object
Returns the value of attribute options.
-
#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.
Instance Method Summary collapse
-
#initialize ⇒ IndividualInterface
constructor
A new instance of IndividualInterface.
Methods included from ConfigHelper
Constructor Details
#initialize ⇒ IndividualInterface
Returns a new instance of IndividualInterface.
51 52 53 |
# File 'lib/messed/configuration.rb', line 51 def initialize @options = {} end |
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter.
49 50 51 |
# File 'lib/messed/configuration.rb', line 49 def adapter @adapter end |
#options ⇒ Object
Returns the value of attribute options.
49 50 51 |
# File 'lib/messed/configuration.rb', line 49 def @options end |
#pid_file ⇒ Object
Returns the value of attribute pid_file.
49 50 51 |
# File 'lib/messed/configuration.rb', line 49 def pid_file @pid_file end |
#status_address ⇒ Object
Returns the value of attribute status_address.
49 50 51 |
# File 'lib/messed/configuration.rb', line 49 def status_address @status_address end |
#status_port ⇒ Object
Returns the value of attribute status_port.
49 50 51 |
# File 'lib/messed/configuration.rb', line 49 def status_port @status_port end |