Class: Yt::Collections::Videos

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

Overview

Provides methods to interact with a collection of YouTube videos.

Resources with videos are: channels and accounts.

Instance Method Summary collapse

Methods inherited from Base

#includes, #initialize, of

Constructor Details

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

Instance Method Details

#where(requirements = {}) ⇒ Object



11
12
13
14
15
# File 'lib/yt/collections/videos.rb', line 11

def where(requirements = {})
  @published_before = nil
  @halt_list = false
  super
end