Skip to content

Commit

Permalink
Merge pull request #4 from ashaw/master
Browse files Browse the repository at this point in the history
attr_reader candidate_name
  • Loading branch information
dwillis committed Jan 25, 2012
2 parents d490f9c + a449e41 commit d9e0356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/campaign_cash/independent_expenditure.rb
@@ -1,7 +1,7 @@
module CampaignCash
class IndependentExpenditure < Base

attr_reader :committee, :district, :state, :committee_name, :purpose, :candidate, :support_or_oppose, :date, :amount, :office, :amendment, :date_received, :payee, :fec_uri, :transaction_id
attr_reader :committee, :district, :state, :committee_name, :purpose, :candidate, :candidate_name, :support_or_oppose, :date, :amount, :office, :amendment, :date_received, :payee, :fec_uri, :transaction_id

def initialize(params={})
params.each_pair do |k,v|
Expand Down

0 comments on commit d9e0356

Please sign in to comment.