class WhatsOnNetflix::ComingSoon

Public Class Methods

all() click to toggle source
# File lib/whats_on_netflix/coming_soon.rb, line 8
def self.all
    @@all
end
list() click to toggle source
# File lib/whats_on_netflix/coming_soon.rb, line 16
def self.list
    puts "= = = = ="
    puts "Coming Soon on Netflix"
    puts "= = = = ="
    self.print_list
end
list_url() click to toggle source
# File lib/whats_on_netflix/coming_soon.rb, line 12
def self.list_url
    "https://www.whats-on-netflix.com/coming-soon/#{self.current_month}-#{self.current_year}-new-netflix-releases/"
end