Class: Fog::Compute::Linode::Flavor

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

Instance Method Summary collapse

Instance Method Details

#bitsObject



17
18
19
# File 'lib/fog/linode/models/compute/flavor.rb', line 17

def bits
  0 # these are determined by images you select not the hardware
end

#coresObject



13
14
15
# File 'lib/fog/linode/models/compute/flavor.rb', line 13

def cores
  4 # linode always has 4 cores
end