class SystemServiceLegacy

Public Class Methods

new(str) click to toggle source
Calls superclass method SystemService::new
# File lib/yasysdui/system_service.rb, line 139
def initialize(str)
     super(str)        
     self.read_status_info
end

Public Instance Methods

native?() click to toggle source
# File lib/yasysdui/system_service.rb, line 143
def native?
     false
end