Sha256: d69e223703ba5878e383a774fa5be0d78926b2a6d7241edc8140f3c39797ff51
Contents?: true
Size: 370 Bytes
Versions: 57
Compression:
Stored size: 370 Bytes
Contents
require 'fog/core/model' module Fog module Compute class StormOnDemand 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
57 entries across 57 versions & 17 rubygems