# File lib/fog/rackspace/models/databases/instance.rb, line 41 def flavor requires :flavor_id @flavor ||= service.flavors.get(flavor_id) end