Sha256: 01a1c897ab39d60074ffe2203e631ea50cc95b8928e738c3cbdc7346fd5ea8d1
Contents?: true
Size: 387 Bytes
Versions: 14
Compression:
Stored size: 387 Bytes
Contents
module Gorynich class Configuration attr_accessor :cache, :fetcher, :namespace, :cache_expiration, :rack_env_handler def initialize @cache = ActiveSupport::Cache::NullStore.new @fetcher = nil @namespace = nil @cache_expiration = 30 @rack_env_handler = nil end end end
Version data entries
14 entries across 14 versions & 1 rubygems