# File lib/fog/bluebox/requests/compute/get_products.rb, line 14
        def get_products
          request(
            :expects  => 200,
            :method   => 'GET',
            :path     => 'api/block_products.json'
          )
        end