Method: AeEasy::Qa::ValidateGroups#initialize

Defined in:
lib/ae_easy/qa/validate_groups.rb

#initialize(data, scraper_name, collection_name, errors) ⇒ ValidateGroups

Returns a new instance of ValidateGroups.



6
7
8
9
10
11
# File 'lib/ae_easy/qa/validate_groups.rb', line 6

def initialize(data, scraper_name, collection_name, errors)
  @data = data
  @scraper_name = scraper_name
  @collection_name = collection_name
  @errors = errors
end