Class: Yt::Collections::Resources

Inherits:
Base
  • Object
show all
Defined in:
lib/yt/collections/resources.rb

Direct Known Subclasses

Channels, PlaylistItems, Playlists

Instance Method Summary collapse

Methods inherited from Base

#initialize, of, #where

Methods included from Actions::List

#first!

Constructor Details

This class inherits a constructor from Yt::Collections::Base

Instance Method Details

#delete_all(params = {}) ⇒ Object



6
7
8
# File 'lib/yt/collections/resources.rb', line 6

def delete_all(params = {})
  do_delete_all params
end