class LeoManager::Status::GatewayStat
Gateway Status
Public Class Methods
new(h)
click to toggle source
# File lib/leo_manager_models.rb, line 184 def initialize(h) @@properties.each do |property| instance_variable_set("@#{property}", h[property]) end end