Method: ECFS::FilingsQuery#mechanize_agent

Defined in:
lib/ecfs/filings_query.rb

#mechanize_agentObject



66
67
68
69
70
71
# File 'lib/ecfs/filings_query.rb', line 66

def mechanize_agent
  Mechanize.new.tap do |agent|
    agent.follow_meta_refresh = true
    agent.pluggable_parser["application/vnd.ms-excel"] = ECFS::SpreadsheetParser
  end
end