Module: Hootenanny

Defined in:
lib/hootenanny/hub.rb,
lib/hootenanny.rb,
lib/hootenanny/uri.rb,
lib/hootenanny/feed.rb,
lib/hootenanny/topic.rb,
lib/hootenanny/engine.rb,
lib/hootenanny/errors.rb,
lib/hootenanny/request.rb,
lib/hootenanny/version.rb,
lib/hootenanny/feed/file.rb,
lib/hootenanny/feed_store.rb,
lib/hootenanny/verification.rb,
lib/hootenanny/configuration.rb,
lib/hootenanny/correspondent.rb,
lib/hootenanny/feed/rss_feed.rb,
lib/hootenanny/feed/atom_feed.rb,
lib/hootenanny/feed/feed_item.rb,
lib/hootenanny/feed/json_feed.rb,
lib/hootenanny/feed/null_feed.rb,
lib/hootenanny/feed/digest_feed.rb,
lib/hootenanny/feed/rss_feed_item.rb,
lib/hootenanny/topic_synchronizer.rb,
app/models/hootenanny/subscription.rb,
lib/hootenanny/feed/atom_feed_item.rb,
lib/hootenanny/feed/json_feed_item.rb,
lib/hootenanny/request/subscription.rb,
lib/hootenanny/feed/digest_feed_item.rb,
lib/hootenanny/subscription_delivery.rb,
app/controllers/hootenanny/parameters.rb,
lib/hootenanny/feed_store/web_feed_store.rb,
lib/hootenanny/feed_store/file_feed_store.rb,
app/models/hootenanny/publish_notification.rb,
lib/hootenanny/request/publish_notification.rb,
app/controllers/hootenanny/notifications_controller.rb,
app/controllers/hootenanny/subscriptions_controller.rb,
lib/hootenanny/publish_notification_expiration_policy.rb

Overview

Private: Takes information (typically related to a Request) and verifies that the originating system confirms that the information is accurate.

A Verification, like a Request, is designed to be publicly immutable. As far as the users of a Verification instance are concerned, the state of Verification never changes.

Defined Under Namespace

Modules: Parameters Classes: Configuration, Correspondent, Engine, Error, Feed, FeedStore, Hub, PublishNotification, PublishNotificationExpirationPolicy, PublishNotificationsController, Request, Subscription, SubscriptionDelivery, SubscriptionError, SubscriptionsController, Topic, TopicSynchronizer, URI, Verification

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.configObject



8
9
10
# File 'lib/hootenanny/configuration.rb', line 8

def self.config
  Hootenanny::Configuration.instance
end