# File lib/fog/rackspace/models/cdn_v2/flavors.rb, line 15 def get(name) data = service.get_flavor(name).body new(data) rescue Fog::Rackspace::CDNV2::NotFound nil end