Class: Fog::Compute::Linode::Flavor
- Defined in:
- lib/fog/linode/models/compute/flavor.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
Methods inherited from Model
#initialize, #inspect, #reload, #symbolize_keys, #to_json, #wait_for
Methods included from Attributes::ClassMethods
#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes
Methods included from Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #requires, #requires_one
Constructor Details
This class inherits a constructor from Fog::Model
Instance Method Details
#bits ⇒ Object
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 |
#cores ⇒ Object
13 14 15 |
# File 'lib/fog/linode/models/compute/flavor.rb', line 13 def cores 4 # linode always has 4 cores end |