Class: LS4::GWConfigService
- Inherits:
-
ConfigService
- Object
- EventBus::Singleton
- Service
- ConfigService
- LS4::GWConfigService
- Defined in:
- lib/ls4/service/config_gw.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#cs_address ⇒ Object
Returns the value of attribute cs_address.
-
#http_gateway_address ⇒ Object
Returns the value of attribute http_gateway_address.
-
#http_gateway_error_template_file ⇒ Object
Returns the value of attribute http_gateway_error_template_file.
-
#read_only_version ⇒ Object
Returns the value of attribute read_only_version.
-
#self_location ⇒ Object
Returns the value of attribute self_location.
Attributes inherited from ConfigService
#fault_path, #log_path, #membership_path, #weight_path
Instance Method Summary collapse
-
#initialize ⇒ GWConfigService
constructor
A new instance of GWConfigService.
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
Constructor Details
#initialize ⇒ GWConfigService
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_address ⇒ Object
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_address ⇒ Object
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_file ⇒ Object
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_version ⇒ Object
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_location ⇒ Object
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 |