# File lib/fog/linode/models/compute/flavors.rb, line 14 def get(id) new flavors(id).first rescue Fog::Linode::Compute::NotFound nil end