Sha256: eec06668e62906c9763df21f58fceb3c883bb690045b0fbd7290bdf5114dba57

Contents?: true

Size: 468 Bytes

Versions: 3

Compression:

Stored size: 468 Bytes

Contents

module WhatsOnNetflix
    class LeavingSoon < List
       @@all = []

        def self.all
            @@all
        end

        def self.list_url
            "https://www.whats-on-netflix.com/leaving-soon/titles-leaving-netflix-in-#{self.current_month}-#{self.current_year}/"
        end

        def self.list
            puts "= = = = ="
            puts "Leaving Soon from Netflix"
            puts "= = = = ="
            self.print_list
        end
    end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whats-on-netflix-0.1.7 lib/whats_on_netflix/leaving_soon.rb
whats-on-netflix-0.1.5 lib/whats_on_netflix/leaving_soon.rb
whats-on-netflix-0.1.4 lib/whats_on_netflix/leaving_soon.rb