Class: OpenCongressApi::Fetcher::MostBloggedBills

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

#initializeMostBloggedBills

Returns a new instance of MostBloggedBills.



28
29
30
# File 'lib/opencongress_api/fetcher/bills.rb', line 28

def initialize
  @type = :most_blogged_bills_this_week
end