Sha256: bdc7cff22e5a637797deb153a698d7d4c9132dce6e2b93237b283445bccc8feb
Contents?: true
Size: 362 Bytes
Versions: 53
Compression:
Stored size: 362 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
53 entries across 53 versions & 3 rubygems