class RayyanScrapers::PubMedHealthFulltextScraper

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rayyan-scrapers/pub_med_health_fulltext_scraper.rb, line 3
def initialize
  super
  @search_url = "#{@base_url}/s/full_text_reviews_medrev"
  @logger.debug "PubMedHealthFulltext scraper initialized"
end