Class: Hootenanny::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/hootenanny/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#default_local_feed_storeObject

Returns the value of attribute default_local_feed_store.



15
16
17
# File 'lib/hootenanny/configuration.rb', line 15

def default_local_feed_store
  @default_local_feed_store
end

#default_remote_feed_storeObject

Returns the value of attribute default_remote_feed_store.



15
16
17
# File 'lib/hootenanny/configuration.rb', line 15

def default_remote_feed_store
  @default_remote_feed_store
end

#default_subscription_deliveryObject

Returns the value of attribute default_subscription_delivery.



15
16
17
# File 'lib/hootenanny/configuration.rb', line 15

def default_subscription_delivery
  @default_subscription_delivery
end

#default_synchronizerObject

Returns the value of attribute default_synchronizer.



15
16
17
# File 'lib/hootenanny/configuration.rb', line 15

def default_synchronizer
  @default_synchronizer
end

Instance Method Details

#default_publish_notification_expiration_thresholdObject



39
40
41
# File 'lib/hootenanny/configuration.rb', line 39

def default_publish_notification_expiration_threshold
  Time.now - (24 * 60 * 60)
end