Sha256: 11eaefaf301acb7bbb09180b290b2251ead547e363cba16d8208ffd6941272d9
Contents?: true
Size: 331 Bytes
Versions: 11
Compression:
Stored size: 331 Bytes
Contents
module Fog module Brightbox class Compute class DatabaseType < Fog::Brightbox::Model identity :id attribute :url attribute :resource_type attribute :name attribute :description attribute :disk, :aliases => "disk_size" attribute :ram end end end end
Version data entries
11 entries across 11 versions & 1 rubygems