OAuth::RequestProxy::Base
# File lib/oauth/request_proxy/net_http.rb, line 27 def body request.body end
# File lib/oauth/request_proxy/net_http.rb, line 11 def method request.method end
# File lib/oauth/request_proxy/net_http.rb, line 19 def parameters if options[:clobber_request] options[:parameters] else all_parameters end end
# File lib/oauth/request_proxy/net_http.rb, line 15 def uri options[:uri].to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.