Sha256: 1a8af026a10497df03cde99991a5ba860088b8bb33f32c6ea6a29a363a7d6ce2
Contents?: true
Size: 428 Bytes
Versions: 11
Compression:
Stored size: 428 Bytes
Contents
module Fog module Brightbox class Compute class DatabaseType < Fog::Brightbox::Model identity :id attribute :resource_type attribute :url attribute :name attribute :description attribute :disk, aliases: "disk_size", type: :integer attribute :ram, type: :integer # Boolean flags attribute :default, type: :boolean end end end end
Version data entries
11 entries across 11 versions & 1 rubygems