Module: HatiConfig::Cache::NumericConfigurable
- Included in:
- BackoffConfig, CacheConfig, RefreshConfig
- Defined in:
- lib/hati_config/cache.rb
Overview
Module for handling numeric configuration attributes
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
12 13 14 |
# File 'lib/hati_config/cache.rb', line 12 def self.included(base) base.extend(ClassMethods) end |