class LeoManager::Status::StorageStat

Storage Status

Public Class Methods

new(h) click to toggle source
# File lib/leo_manager_models.rb, line 154
def initialize(h)
  @@properties.each do |property|
    instance_variable_set("@#{property}", h[property])
  end
end