Class: OAuth::RequestProxy::Typhoeus::Request

Inherits:
Base
  • Object
show all
Defined in:
lib/oauth_monkey_patch.rb

Instance Method Summary collapse

Instance Method Details

#methodObject



8
9
10
# File 'lib/oauth_monkey_patch.rb', line 8

def method
  request.options[:method].to_s.upcase
end