to_h()
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/inspector.rb, line 68
      def to_h
        { name: name,
          verb: verb,
          path: path,
          reqs: reqs,
          source_location: source_location }
      end