Class: Fech::SenateFiling

Inherits:
Filing
  • Object
show all
Defined in:
lib/fech/senate_filing.rb

Constant Summary

Constants inherited from Filing

Filing::FIRST_V3_FILING

Instance Attribute Summary

Attributes inherited from Filing

#download_dir, #filing_id

Instance Method Summary collapse

Methods inherited from Filing

#amendment?, #amends, #custom_file_path, #delimiter, #download, #each_row, #each_row_with_index, #file_contents, #file_name, #file_path, #filing_version, #fix_f99_contents, #form_type, #hash_zip, #header, #initialize, #map, #map_for, map_for, #mappings, #parse_filing_version, #parse_row?, #readable?, #resave_f99_contents, #rows_like, #summary, #translate, #translator

Constructor Details

This class inherits a constructor from Fech::Filing

Instance Method Details

#filing_urlObject



3
4
5
# File 'lib/fech/senate_filing.rb', line 3

def filing_url
  "http://docquery.fec.gov/senate/posted/#{filing_id}.fec"
end