Class: RegistorConf

Inherits:
Object
  • Object
show all
Defined in:
lib/registor/registor_conf.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.redisObject

Returns the value of attribute redis.



3
4
5
# File 'lib/registor/registor_conf.rb', line 3

def redis
  @redis
end

Class Method Details

.name_spaceObject



5
6
7
# File 'lib/registor/registor_conf.rb', line 5

def name_space
  @name_space ||= 'uniq_registor'
end

.name_space=(string) ⇒ Object



9
10
11
# File 'lib/registor/registor_conf.rb', line 9

def name_space=(string)
  @name_space = string
end