Module: FeedieTheFeed

Defined in:
lib/feedie_the_feed.rb,
lib/feedie_the_feed/rss.rb,
lib/feedie_the_feed/version.rb,
lib/feedie_the_feed/facebook.rb,
lib/feedie_the_feed/exceptions.rb,
lib/feedie_the_feed/feed_grabber.rb

Overview

This is the main namespace of the gem

Defined Under Namespace

Modules: Facebook, RSS Classes: BadFacebookAppIDAndSecretKey, BadFacebookPageName, BadFacebookPostsLimit, BadUrl, ConnectionFailed, Error, FacebookAuthorisationError, FeedGrabber

Constant Summary collapse

VERSION =

Current version of the gem

'0.3.0'.freeze

Class Method Summary collapse

Class Method Details

.get(url, options = {}) ⇒ Object



6
7
8
# File 'lib/feedie_the_feed.rb', line 6

def self.get(url, options = {})
  FeedGrabber.new.get(url, options)
end