Class: LS4::CSConfigService

Inherits:
ConfigService show all
Defined in:
lib/ls4/service/config_cs.rb

Instance Attribute Summary collapse

Attributes inherited from ConfigService

#fault_path, #log_path, #membership_path, #weight_path

Method Summary

Methods inherited from Service

init

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

#call_slot, #signal_slot

Instance Attribute Details

#mds_cache_uriObject

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_uriObject

attr_accessor :self_address



24
25
26
# File 'lib/ls4/service/config_cs.rb', line 24

def mds_uri
  @mds_uri
end