Class: WhatToWatch::RecentlyAdded
- Inherits:
-
Show
- Object
- Show
- WhatToWatch::RecentlyAdded
- Defined in:
- lib/what_to_watch/recently_added.rb
Constant Summary collapse
- @@all =
[]
Class Method Summary collapse
Class Method Details
.all ⇒ Object
5 6 7 |
# File 'lib/what_to_watch/recently_added.rb', line 5 def self.all @@all end |
.list(hash) ⇒ Object
17 18 19 20 21 22 23 24 |
# File 'lib/what_to_watch/recently_added.rb', line 17 def self.list(hash) puts "" puts "==========================" puts " Recently Added Movies/TV " puts "==========================" puts "" self.print_list(hash) end |
.reset! ⇒ Object
9 10 11 |
# File 'lib/what_to_watch/recently_added.rb', line 9 def self.reset! @@all = [] end |
.section ⇒ Object
13 14 15 |
# File 'lib/what_to_watch/recently_added.rb', line 13 def self.section 0 end |