Class: OAuth::RequestProxy::Net::HTTP::HTTPRequest
- Inherits:
-
Base
- Object
- Base
- OAuth::RequestProxy::Net::HTTP::HTTPRequest
- Defined in:
- lib/storyq_client.rb
Instance Method Summary collapse
Instance Method Details
#post_params ⇒ Object
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 |