Class: OpenCongressApi::Fetcher::NewsworthyBills

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

#initializeNewsworthyBills

Returns a new instance of NewsworthyBills.



34
35
36
# File 'lib/opencongress_api/fetcher/bills.rb', line 34

def initialize
  @type = :bills_in_the_news_this_week
end