Class: OpenCongressApi::Fetcher::HotBills

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

#initializeHotBills

Returns a new instance of HotBills.



22
23
24
# File 'lib/opencongress_api/fetcher/bills.rb', line 22

def initialize
  @type = :hot_bills
end