Sha256: 37f9ef3e7ffcb7f52f21f8dd4548eede03684591c13d2c7e0953a9928445179c
Contents?: true
Size: 379 Bytes
Versions: 36
Compression:
Stored size: 379 Bytes
Contents
module Fog module Compute class Joyent class Flavor < Fog::Model identity :id attribute :name attribute :memory attribute :swap attribute :disk attribute :vcpus attribute :default, :type => :boolean attribute :description attribute :version attribute :group end end end end
Version data entries
36 entries across 34 versions & 6 rubygems