Sha256: 6575be9353a2baef2a8f115125f03087bf652f5c2779a4effed708215541b45f
Contents?: true
Size: 370 Bytes
Versions: 3
Compression:
Stored size: 370 Bytes
Contents
require 'fog/core/model' module Fog module StormOnDemand class Compute class Stat < Fog::Model attribute :loadavg attribute :memory attribute :virtual attribute :domain attribute :disk attribute :uptime def initialize(attributes={}) super end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fog-0.8.2 | lib/fog/compute/models/storm_on_demand/stat.rb |
fog-0.8.1 | lib/fog/compute/models/storm_on_demand/stat.rb |
fog-0.8.0 | lib/fog/compute/models/storm_on_demand/stat.rb |