Class: DistributedCache::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/distributed_cache/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bundler_dirObject

Returns the value of attribute bundler_dir

Returns:

  • (Object)

    the current value of bundler_dir



2
3
4
# File 'lib/distributed_cache/config.rb', line 2

def bundler_dir
  @bundler_dir
end

#cache_dirObject

Returns the value of attribute cache_dir

Returns:

  • (Object)

    the current value of cache_dir



2
3
4
# File 'lib/distributed_cache/config.rb', line 2

def cache_dir
  @cache_dir
end

#file_serversObject

Returns the value of attribute file_servers

Returns:

  • (Object)

    the current value of file_servers



2
3
4
# File 'lib/distributed_cache/config.rb', line 2

def file_servers
  @file_servers
end