Returns method + path.
link.endpoint #=> "GET /apps"
Returns:
method + path
11 12 13
# File 'lib/jdoc/link.rb', line 11 def endpoint "#{method} #{path}" end