Method: Fog::Compute::Brightbox::Server#flavor_id
- Defined in:
- lib/fog/brightbox/models/compute/server.rb
#flavor_id ⇒ Object
51 52 53 54 55 56 57 |
# File 'lib/fog/brightbox/models/compute/server.rb', line 51 def flavor_id if t_flavour_id = attributes[:flavor_id] t_flavour_id elsif server_type server_type[:id] || server_type['id'] end end |