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