Sha256: be7e62faedf598fe775c9d27a515706f2f7024c4793150b3e8313a4878459bbc
Contents?: true
Size: 331 Bytes
Versions: 16
Compression:
Stored size: 331 Bytes
Contents
module Fog module Compute class Brightbox 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
16 entries across 14 versions & 3 rubygems