Class: Miteru::Feeds::PhishingDatabase

Inherits:
Base show all
Defined in:
lib/miteru/feeds/phishing_database.rb

Constant Summary

Constants inherited from Base

Base::IGNORE_EXTENSIONS

Instance Attribute Summary

Attributes inherited from Base

#base_url, #headers

Instance Method Summary collapse

Methods inherited from Base

#call, #decomposed_urls, inherited, #source

Methods inherited from Service

#call, call, #result, result

Constructor Details

#initialize(base_url = "https://raw.githubusercontent.com") ⇒ PhishingDatabase

Returns a new instance of PhishingDatabase.



6
7
8
# File 'lib/miteru/feeds/phishing_database.rb', line 6

def initialize(base_url = "https://raw.githubusercontent.com")
  super
end

Instance Method Details

#urlsObject



10
11
12
# File 'lib/miteru/feeds/phishing_database.rb', line 10

def urls
  text.lines.map(&:chomp)
end