Class: Pathtraq::CategoryRanking

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

Constant Summary collapse

URL =
"http://api.pathtraq.com/popular"
PARAMS =
[:category, :m]
CATEGORIES =
[:politics, :business, :society, :showbiz, :music, :movie,
:anime, :game, :sports, :motor, :education, :reading,
:science, :art, :foods, :travel, :mobile, :computer, :web ]

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