Method: Bulkdom::DomainList#process

Defined in:
lib/bulkdom/domain_list.rb

#processObject



10
11
12
13
# File 'lib/bulkdom/domain_list.rb', line 10

def process
  self.results = whois_check(dns_record_check(generate_results_hash(self.list, self.tlds), self.tlds), self.tlds)
  self.processed = true
end