Sha256: e39205d382bdab8bac6c7bb4fc6d8425d26d0c21d19fbe627af30927be64bbb1
Contents?: true
Size: 586 Bytes
Versions: 10
Compression:
Stored size: 586 Bytes
Contents
require "fog/brightbox/model" module Fog module Compute class Brightbox class Flavor < Fog::Brightbox::Model identity :id attribute :url attribute :resource_type attribute :name attribute :status attribute :description attribute :handle attribute :bits attribute :cores attribute :disk, :aliases => "disk_size" attribute :ram def bits 0 # This is actually based on the Image type used. 32bit or 64bit Images are supported end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems