class Yt::Collections::DeviceFlows
Attributes
Private Instance Methods
Source
# File lib/yt/collections/device_flows.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/device_flows.rb, line 16 def list_params super.tap do |params| params[:host] = 'oauth2.googleapis.com' params[:path] = '/device/code' end end
Calls superclass method
Yt::Collections::Authentications#list_params