Sha256: a71631a4a5e39878062151c7007784d3a035027f6b9ba39f6a12fe9c049c6cca
Contents?: true
Size: 555 Bytes
Versions: 16
Compression:
Stored size: 555 Bytes
Contents
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 64 # This is actually based on the Image type used. 32bit or 64bit Images are supported end end end end end
Version data entries
16 entries across 14 versions & 3 rubygems