Class: LS4::CSConfigService
- Inherits:
-
ConfigService
- Object
- EventBus::Singleton
- Service
- ConfigService
- LS4::CSConfigService
- Defined in:
- lib/ls4/service/config_cs.rb
Instance Attribute Summary collapse
-
#mds_cache_uri ⇒ Object
Returns the value of attribute mds_cache_uri.
-
#mds_uri ⇒ Object
attr_accessor :self_address.
Attributes inherited from ConfigService
#fault_path, #log_path, #membership_path, #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
#mds_cache_uri ⇒ Object
Returns the value of attribute mds_cache_uri.
25 26 27 |
# File 'lib/ls4/service/config_cs.rb', line 25 def mds_cache_uri @mds_cache_uri end |
#mds_uri ⇒ Object
attr_accessor :self_address
24 25 26 |
# File 'lib/ls4/service/config_cs.rb', line 24 def mds_uri @mds_uri end |