Class: LS4::DSConfigService
- Inherits:
-
GWConfigService
- Object
- EventBus::Singleton
- Service
- ConfigService
- GWConfigService
- LS4::DSConfigService
- Defined in:
- lib/ls4/service/config_ds.rb
Instance Attribute Summary collapse
-
#http_redirect_path_format ⇒ Object
Returns the value of attribute http_redirect_path_format.
-
#http_redirect_port ⇒ Object
Returns the value of attribute http_redirect_port.
-
#rts_path ⇒ Object
Returns the value of attribute rts_path.
-
#self_address ⇒ Object
Returns the value of attribute self_address.
-
#self_name ⇒ Object
Returns the value of attribute self_name.
-
#self_nid ⇒ Object
Returns the value of attribute self_nid.
-
#self_node ⇒ Object
readonly
Returns the value of attribute self_node.
-
#self_rsids ⇒ Object
Returns the value of attribute self_rsids.
-
#storage_path ⇒ Object
Returns the value of attribute storage_path.
-
#ulog_path ⇒ Object
Returns the value of attribute ulog_path.
Attributes inherited from GWConfigService
#cs_address, #http_gateway_address, #http_gateway_error_template_file, #read_only_version, #self_location
Attributes inherited from ConfigService
#fault_path, #log_path, #membership_path, #weight_path
Instance Method Summary collapse
Methods inherited from 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
This class inherits a constructor from LS4::GWConfigService
Instance Attribute Details
#http_redirect_path_format ⇒ Object
Returns the value of attribute http_redirect_path_format.
35 36 37 |
# File 'lib/ls4/service/config_ds.rb', line 35 def http_redirect_path_format @http_redirect_path_format end |
#http_redirect_port ⇒ Object
Returns the value of attribute http_redirect_port.
34 35 36 |
# File 'lib/ls4/service/config_ds.rb', line 34 def http_redirect_port @http_redirect_port end |
#rts_path ⇒ Object
Returns the value of attribute rts_path.
32 33 34 |
# File 'lib/ls4/service/config_ds.rb', line 32 def rts_path @rts_path end |
#self_address ⇒ Object
Returns the value of attribute self_address.
28 29 30 |
# File 'lib/ls4/service/config_ds.rb', line 28 def self_address @self_address end |
#self_name ⇒ Object
Returns the value of attribute self_name.
27 28 29 |
# File 'lib/ls4/service/config_ds.rb', line 27 def self_name @self_name end |
#self_nid ⇒ Object
Returns the value of attribute self_nid.
26 27 28 |
# File 'lib/ls4/service/config_ds.rb', line 26 def self_nid @self_nid end |
#self_node ⇒ Object (readonly)
Returns the value of attribute self_node.
37 38 39 |
# File 'lib/ls4/service/config_ds.rb', line 37 def self_node @self_node end |
#self_rsids ⇒ Object
Returns the value of attribute self_rsids.
29 30 31 |
# File 'lib/ls4/service/config_ds.rb', line 29 def self_rsids @self_rsids end |
#storage_path ⇒ Object
Returns the value of attribute storage_path.
30 31 32 |
# File 'lib/ls4/service/config_ds.rb', line 30 def storage_path @storage_path end |
#ulog_path ⇒ Object
Returns the value of attribute ulog_path.
31 32 33 |
# File 'lib/ls4/service/config_ds.rb', line 31 def ulog_path @ulog_path end |