# File lib/apipie_bindings/route.rb, line 7
    def initialize(path, method, description="")
      @path = path
      @method = method.downcase
      @description = description
    end