Sha256: 4e23a0e29e819cbf7b528a24442c825ac3782bac50d07322a2bf73ea9253f2dc
Contents?: true
Size: 247 Bytes
Versions: 9
Compression:
Stored size: 247 Bytes
Contents
require 'fog/qingcloud/model' module Fog module Compute class QingCloud class Flavor < Fog::QingCloud::Model identity :id attribute :cores attribute :name attribute :ram end end end end
Version data entries
9 entries across 9 versions & 1 rubygems