Parent

Methods

LeoManager::Status::StorageStat

Storage Status

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.