class Yt::Collections::Revocations
Attributes
Private Instance Methods
Source
# File lib/yt/collections/revocations.rb, line 12 def attributes_for_new_item(data) {data: data} end
This overrides the parent mehthod defined in Authentications
Source
# File lib/yt/collections/revocations.rb, line 16 def list_params super.tap do |params| params[:host] = 'oauth2.googleapis.com' params[:path] = '/revoke' params[:request_format] = :form params[:method] = :post params[:auth] = nil params[:body] = nil params[:camelize_body] = false params[:params] = auth_params end end
Calls superclass method
Yt::Collections::Authentications#list_params