class WhatsOnNetflix::LeavingSoon
Public Class Methods
all()
click to toggle source
# File lib/whats_on_netflix/leaving_soon.rb, line 5 def self.all @@all end
list()
click to toggle source
# File lib/whats_on_netflix/leaving_soon.rb, line 13 def self.list puts "= = = = =" puts "Leaving Soon from Netflix" puts "= = = = =" self.print_list end
list_url()
click to toggle source
# File lib/whats_on_netflix/leaving_soon.rb, line 9 def self.list_url "https://www.whats-on-netflix.com/leaving-soon/titles-leaving-netflix-in-#{self.current_month}-#{self.current_year}/" end