Class: OpenCongressApi::Fetcher::MostTrackedBills

Inherits:
Bills
  • Object
show all
Defined in:
lib/opencongress_api/fetcher/bills.rb

Instance Method Summary collapse

Methods inherited from Bills

#format_result, #is_json?, #json_result

Methods inherited from Base

#fetch

Constructor Details

#initializeMostTrackedBills

Returns a new instance of MostTrackedBills.



46
47
48
# File 'lib/opencongress_api/fetcher/bills.rb', line 46

def initialize
  @type = :most_tracked_bills_this_week
end