Class: Pathtraq::NewsRanking

Inherits:
Feed
  • Object
show all
Defined in:
lib/pathtraq.rb

Constant Summary collapse

URL =
"http://api.pathtraq.com/news_ja"
PARAMS =
[:genre, :m]
GENRES =
[:national, :sports, :business, :politics, :international,
:academic, :culture ]

Instance Attribute Summary

Attributes inherited from Feed

#link, #title

Method Summary

Methods inherited from Feed

#initialize, request

Constructor Details

This class inherits a constructor from Pathtraq::Feed