Class: LS4::ConfigService

Inherits:
Service show all
Defined in:
lib/ls4/service/config.rb

Direct Known Subclasses

CSConfigService, GWConfigService

Instance Attribute Summary collapse

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

#fault_pathObject

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_pathObject

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_pathObject

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_pathObject

Returns the value of attribute weight_path.



52
53
54
# File 'lib/ls4/service/config.rb', line 52

def weight_path
  @weight_path
end