Class: DistributedCache::Config
- Inherits:
-
Struct
- Object
- Struct
- DistributedCache::Config
- Defined in:
- lib/distributed_cache/config.rb
Instance Attribute Summary collapse
-
#bundler_dir ⇒ Object
Returns the value of attribute bundler_dir.
-
#cache_dir ⇒ Object
Returns the value of attribute cache_dir.
-
#file_servers ⇒ Object
Returns the value of attribute file_servers.
Instance Attribute Details
#bundler_dir ⇒ Object
Returns the value of attribute bundler_dir
2 3 4 |
# File 'lib/distributed_cache/config.rb', line 2 def bundler_dir @bundler_dir end |
#cache_dir ⇒ Object
Returns the value of attribute cache_dir
2 3 4 |
# File 'lib/distributed_cache/config.rb', line 2 def cache_dir @cache_dir end |
#file_servers ⇒ Object
Returns the value of attribute file_servers
2 3 4 |
# File 'lib/distributed_cache/config.rb', line 2 def file_servers @file_servers end |