Class: SystemServiceLegacy
- Inherits:
-
SystemService
- Object
- String
- SystemService
- SystemServiceLegacy
- Defined in:
- lib/yasysdui/system_service.rb
Instance Attribute Summary
Attributes inherited from SystemService
#active, #descr, #filename_full, #load, #overrides_legacy, #state, #sub
Instance Method Summary collapse
-
#initialize(str) ⇒ SystemServiceLegacy
constructor
A new instance of SystemServiceLegacy.
- #native? ⇒ Boolean
Methods inherited from SystemService
#each_sentence, #handle_masked_info, #native_info, #parse_status_info, #read_state, #read_status_info, #set_status_info_from_output
Methods included from Indexable
Constructor Details
#initialize(str) ⇒ SystemServiceLegacy
Returns a new instance of SystemServiceLegacy.
139 140 141 142 |
# File 'lib/yasysdui/system_service.rb', line 139 def initialize(str) super(str) self.read_status_info end |
Instance Method Details
#native? ⇒ Boolean
143 144 145 |
# File 'lib/yasysdui/system_service.rb', line 143 def native? false end |