Class: OAuth::RequestProxy::Net::HTTP::HTTPRequest

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

Instance Method Summary collapse

Instance Method Details

#post_paramsObject



11
12
13
# File 'lib/storyq_client.rb', line 11

def post_params
  request.body if request.content_type == "application/x-www-form-urlencoded"
end