Returns the request HTTP method to use
Returns:
request method
29 30 31
# File 'lib/esi/calls/base.rb', line 29 def method @method ||= :get end