Class: Yt::Collections::Videos
- Defined in:
- lib/yt/collections/videos.rb
Overview
Instance Method Summary collapse
Methods inherited from Base
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 |