class Crawler::Progress
Attributes
bad_links[RW]
driver1_type[RW]
driver2_type[RW]
prod[RW]
scraped[RW]
stage[RW]
to_be_scraped[RW]
Public Class Methods
new()
click to toggle source
# File lib/site_context.rb, line 77 def initialize @driver1_type = "" @driver2_type = "" @stage = "" @prod = "" @bad_links = [] @to_be_scraped = [] @scraped = [] end