Class: Crown::Livedoor::Reader
- Inherits:
-
Object
- Object
- Crown::Livedoor::Reader
- Defined in:
- lib/crown/livedoor/reader.rb
Class Method Summary collapse
-
.count(feed_uri, options = {}) ⇒ Object
——————————————————————- #.
Instance Method Summary collapse
-
#count(feed_uri, options = {}) ⇒ Object
——————————————————————- #.
Class Method Details
.count(feed_uri, options = {}) ⇒ Object
——————————————————————- #
Reader.count
——————————————————————- #
46 47 48 |
# File 'lib/crown/livedoor/reader.rb', line 46 def Reader.count(feed_uri, = {}) return Crown::Livedoor::ReadCounter.new.count(feed_uri, ) end |
Instance Method Details
#count(feed_uri, options = {}) ⇒ Object
——————————————————————- #
count
——————————————————————- #
57 58 59 |
# File 'lib/crown/livedoor/reader.rb', line 57 def count(feed_uri, = {}) return Crown::Livedoor::ReadCounter.new.count(feed_uri, ) end |