class Yt::Collections::DeviceFlows

Attributes

auth_params[RW]

Private Instance Methods

attributes_for_new_item(data) click to toggle source

This overrides the parent mehthod defined in Authentications

# File lib/yt/collections/device_flows.rb, line 12
def attributes_for_new_item(data)
  {data: data}
end
list_params() click to toggle source
# File lib/yt/collections/device_flows.rb, line 16
def list_params
  super.tap do |params|
    params[:path] = '/o/oauth2/device/code'
  end
end