Class: EZTVScraper

Inherits:
Object
  • Object
show all
Includes:
Output, Parser, Showlist, UserInterface
Defined in:
lib/eztv_scraper.rb,
lib/eztv_scraper/output.rb,
lib/eztv_scraper/parser.rb,
lib/eztv_scraper/showlist.rb,
lib/eztv_scraper/user_interface.rb

Defined Under Namespace

Modules: Output, Parser, Showlist, UserInterface

Instance Method Summary collapse

Methods included from Output

#json_output

Methods included from Showlist

#episodes_info, #show_info, #showlist

Methods included from Parser

#list_parser, #parsed_show

Methods included from UserInterface

#choice_search, #continue_seq, #eztv_scrapper_info, #goodbye, #show_prompt, #welcome

Constructor Details

#initializeEZTVScraper

Returns a new instance of EZTVScraper.



24
25
26
27
# File 'lib/eztv_scraper.rb', line 24

def initialize
  @pastel = Pastel.new
  welcome
end