# File lib/fog/bluebox/models/compute/flavors.rb, line 17 def get(product_id) response = connection.get_product(product_id) new(response.body) rescue Fog::Compute::Bluebox::NotFound nil end