Sha256: e9c8b3f9ec628f905d224b0de9fbfca3bbe63125921cdba74d8489ebd1e03df5
Contents?: true
Size: 359 Bytes
Versions: 15
Compression:
Stored size: 359 Bytes
Contents
require 'fog/core/model' module Fog module Monitoring class StormOnDemand class Load < Fog::Model attribute :disk attribute :domain attribute :loadavg attribute :memory attribute :proc attribute :uptime def initialize(attributes={}) super end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems