Merge pull request #432 from Edouard-chin/req_url_doc_fix

Removed a forgotten line of doc [ci skip]:
This commit is contained in:
Brandur 2016-06-29 07:23:07 -07:00 committed by GitHub
commit cb8917b7a3

View File

@ -10,9 +10,7 @@ module Stripe
# ==== Attributes
#
# * +params+ - Overrides any parameters in the resource's serialized data
# and includes them in the create or update. If +:req_url:+ is included
# in the list, it overrides the update URL used for the create or
# update.
# and includes them in the create or update.
# * +opts+ - A Hash of additional options (separate from the params /
# object values) to be added to the request. E.g. to allow for an
# idempotency_key to be passed in the request headers, or for the