Class: Fech::Utilities

Inherits:
Object
  • Object
show all
Defined in:
lib/fech-ftp.rb

Class Method Summary collapse

Class Method Details

.superpacsObject



22
23
24
25
26
# File 'lib/fech-ftp.rb', line 22

def self.superpacs
  url = "http://classic.fec.gov/press/press2011/ieoc_alpha.shtml"
  t = RemoteTable.new url, :row_xpath => '//table/tr', :column_xpath => 'td', :encoding => 'windows-1252', :headers => %w{ row_id committee_id committee_name filing_frequency}
  t.entries
end