# File lib/gitlab/client/build_variables.rb, line 24
    def variable(project, key)
      get("/projects/#{project}/variables/#{key}")
    end