Class: SystemServiceLegacy

Inherits:
SystemService show all
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

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

#each_word, #each_wordstart

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

Returns:

  • (Boolean)


143
144
145
# File 'lib/yasysdui/system_service.rb', line 143

def native?
     false
end