module Berycoin::Control
Public Class Methods
getinfo()
click to toggle source
# File lib/berycoin/gem.rb, line 134 def Control.getinfo H.getinfo end
getmemoryinfo()
click to toggle source
# File lib/berycoin/gem.rb, line 137 def Control.getmemoryinfo H.getmemoryinfo end
help()
click to toggle source
# File lib/berycoin/gem.rb, line 140 def Control.help H.help end
stop()
click to toggle source
# File lib/berycoin/gem.rb, line 143 def Control.stop H.stop end
uptime()
click to toggle source
# File lib/berycoin/gem.rb, line 146 def Control.uptime H.uptime end