class NewsScraper::Transformers::ScrapePatternNotDefined

Attributes

root_domain[R]
url[R]

Public Class Methods

new(opts = {}) click to toggle source
Calls superclass method
# File lib/news_scraper/errors.rb, line 18
def initialize(opts = {})
  @root_domain = opts[:root_domain]
  @url = opts[:url]
  super
end