Class: LS4::ConfigService
- Inherits:
-
Service
- Object
- EventBus::Singleton
- Service
- LS4::ConfigService
- Defined in:
- lib/ls4/service/config.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#fault_path ⇒ Object
Returns the value of attribute fault_path.
-
#log_path ⇒ Object
Returns the value of attribute log_path.
-
#membership_path ⇒ Object
Returns the value of attribute membership_path.
-
#weight_path ⇒ Object
Returns the value of attribute weight_path.
Method Summary
Methods inherited from Service
Methods included from EventBus::SingletonMixin
#ebus_bind!, #ebus_connect, extended
Methods included from EventBus::BusMixin
#ebus_all_slots, #ebus_disconnect!
Methods included from EventBus::DeclarerBase::Methods
#connect, #ebus_all_slots, #ebus_call_log, #ebus_call_slots, #ebus_signal_error, #ebus_signal_log, #ebus_signal_slots
Methods included from EventBus::DeclarerBase
Instance Attribute Details
#fault_path ⇒ Object
Returns the value of attribute fault_path.
50 51 52 |
# File 'lib/ls4/service/config.rb', line 50 def fault_path @fault_path end |
#log_path ⇒ Object
Returns the value of attribute log_path.
53 54 55 |
# File 'lib/ls4/service/config.rb', line 53 def log_path @log_path end |
#membership_path ⇒ Object
Returns the value of attribute membership_path.
51 52 53 |
# File 'lib/ls4/service/config.rb', line 51 def membership_path @membership_path end |
#weight_path ⇒ Object
Returns the value of attribute weight_path.
52 53 54 |
# File 'lib/ls4/service/config.rb', line 52 def weight_path @weight_path end |