Class: Fog::Brightbox::Compute::Flavor

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/brightbox/models/compute/flavor.rb

Instance Method Summary collapse

Methods included from ModelHelper

#collection_name, #resource_name

Instance Method Details

#bitsObject



20
21
22
# File 'lib/fog/brightbox/models/compute/flavor.rb', line 20

def bits
  64 # This is actually based on the Image type used. 32bit or 64bit Images are supported
end