Class: Pantheios::Services::MultiplexingLogService::MultiplexingLogService_Internals_::ServiceManagementInfo
- Inherits:
-
Object
- Object
- Pantheios::Services::MultiplexingLogService::MultiplexingLogService_Internals_::ServiceManagementInfo
- Defined in:
- lib/pantheios/services/multiplexing_log_service.rb
Overview
:nodoc: all
Instance Attribute Summary collapse
-
#service ⇒ Object
readonly
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize(svc) ⇒ ServiceManagementInfo
constructor
A new instance of ServiceManagementInfo.
Constructor Details
#initialize(svc) ⇒ ServiceManagementInfo
Returns a new instance of ServiceManagementInfo.
68 69 70 71 |
# File 'lib/pantheios/services/multiplexing_log_service.rb', line 68 def initialize svc @service = svc end |
Instance Attribute Details
#service ⇒ Object (readonly)
Returns the value of attribute service.
73 74 75 |
# File 'lib/pantheios/services/multiplexing_log_service.rb', line 73 def service @service end |