class Vmstator::Stats
Attributes
data[R]
Public Class Methods
new(data=false)
click to toggle source
# File lib/vmstator/stats.rb, line 5 def initialize(data=false) if data update(data) end true end