Class: OpenCongressApi::Fetcher::MostCommentedBills

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

#initializeMostCommentedBills

Returns a new instance of MostCommentedBills.



40
41
42
# File 'lib/opencongress_api/fetcher/bills.rb', line 40

def initialize
  @type = :most_commented_this_week
end