Class: LS4::GWConfigService

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

Direct Known Subclasses

DSConfigService

Instance Attribute Summary collapse

Attributes inherited from ConfigService

#fault_path, #log_path, #membership_path, #weight_path

Instance Method Summary collapse

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

Constructor Details

#initializeGWConfigService

Returns a new instance of GWConfigService.



22
23
24
# File 'lib/ls4/service/config_gw.rb', line 22

def initialize
	@self_location = ""
end

Instance Attribute Details

#cs_addressObject

Returns the value of attribute cs_address.



27
28
29
# File 'lib/ls4/service/config_gw.rb', line 27

def cs_address
  @cs_address
end

#http_gateway_addressObject

Returns the value of attribute http_gateway_address.



30
31
32
# File 'lib/ls4/service/config_gw.rb', line 30

def http_gateway_address
  @http_gateway_address
end

#http_gateway_error_template_fileObject

Returns the value of attribute http_gateway_error_template_file.



31
32
33
# File 'lib/ls4/service/config_gw.rb', line 31

def http_gateway_error_template_file
  @http_gateway_error_template_file
end

#read_only_versionObject

Returns the value of attribute read_only_version.



29
30
31
# File 'lib/ls4/service/config_gw.rb', line 29

def read_only_version
  @read_only_version
end

#self_locationObject

Returns the value of attribute self_location.



26
27
28
# File 'lib/ls4/service/config_gw.rb', line 26

def self_location
  @self_location
end