class FeatureGate::Configuration

Attributes

time_to_stale[RW]

Public Class Methods

new() click to toggle source
# File lib/feature_gate.rb, line 17
def initialize
  @time_to_stale = 1.month
end