class BackendManager
Public Class Methods
new(args)
click to toggle source
# File lib/pingilish/backend_manager.rb, line 3 def initialize(args) end
Public Instance Methods
load()
click to toggle source
# File lib/pingilish/backend_manager.rb, line 7 def load end
stats()
click to toggle source
# File lib/pingilish/backend_manager.rb, line 15 def stats end
update()
click to toggle source
# File lib/pingilish/backend_manager.rb, line 11 def update end