Returns Uppercase requet method.
method #=> "GET"
18 19 20
# File 'lib/jsonism/link.rb', line 18 def method @link.method.to_s.upcase end