Class: Fog::Compute::Brightbox::Flavor
- Inherits:
-
Brightbox::Model
- Object
- Model
- Brightbox::Model
- Fog::Compute::Brightbox::Flavor
- Defined in:
- lib/fog/brightbox/models/compute/flavor.rb
Instance Method Summary collapse
Methods included from Brightbox::ModelHelper
#collection_name, #resource_name
Instance Method Details
#bits ⇒ Object
23 24 25 |
# File 'lib/fog/brightbox/models/compute/flavor.rb', line 23 def bits 0 # This is actually based on the Image type used. 32bit or 64bit Images are supported end |