Module: Pluto
- Defined in:
- lib/pluto/update.rb,
lib/pluto/update/fetcher.rb,
lib/pluto/update/updater.rb,
lib/pluto/update/refresher.rb,
lib/pluto/update/subscriber.rb
Defined Under Namespace
Classes: Fetcher, Refresher, Subscriber, Updater
Class Method Summary collapse
- .update_feeds ⇒ Object
- .update_sites ⇒ Object
-
.update_subscriptions(config) ⇒ Object
todo: add alias update_site( config ) ??.
Class Method Details
.update_feeds ⇒ Object
27 28 29 |
# File 'lib/pluto/update.rb', line 27 def self.update_feeds Refresher.new.update_feeds end |
.update_sites ⇒ Object
31 32 33 |
# File 'lib/pluto/update.rb', line 31 def self.update_sites Refresher.new.update_sites end |
.update_subscriptions(config) ⇒ Object
todo: add alias update_site( config ) ??
23 24 25 |
# File 'lib/pluto/update.rb', line 23 def self.update_subscriptions( config ) Subscriber.new.update_subscriptions( config ) end |