Class: CearConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/cear/cear_config.rb

Class Attribute Summary collapse

Class Attribute Details

.include_advanceObject

Returns the value of attribute include_advance.



6
7
8
# File 'lib/cear/cear_config.rb', line 6

def include_advance
  @include_advance
end

.include_pgObject

Returns the value of attribute include_pg.



3
4
5
# File 'lib/cear/cear_config.rb', line 3

def include_pg
  @include_pg
end

.include_rakeObject

Returns the value of attribute include_rake.



5
6
7
# File 'lib/cear/cear_config.rb', line 5

def include_rake
  @include_rake
end

.include_redisObject

Returns the value of attribute include_redis.



4
5
6
# File 'lib/cear/cear_config.rb', line 4

def include_redis
  @include_redis
end