Class: Mangdown::Mangapanda

Inherits:
Mangareader show all
Defined in:
lib/mangdown/adapter/mangapanda.rb

Instance Attribute Summary

Attributes inherited from Adapter::Base

#root

Instance Method Summary collapse

Methods inherited from Mangareader

#build_page_uri, #manga_name, #num_pages, #page_image_name, #page_image_src

Methods inherited from Adapter::Base

#build_page_uri, #is_chapter?, #is_manga?, #is_page?, #manga_chapters, #manga_list, #manga_name, #num_pages, #page_image_name, #page_image_src, #type

Constructor Details

#initialize(uri, doc) ⇒ Mangapanda



7
8
9
10
# File 'lib/mangdown/adapter/mangapanda.rb', line 7

def initialize(uri, doc)
  @root = 'http://www.mangapanda.com'
  super
end