Class: ContentfulRedis::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/contentful_redis/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_envObject

Returns the value of attribute default_env.



6
7
8
# File 'lib/contentful_redis/configuration.rb', line 6

def default_env
  @default_env
end

#loggingObject

Returns the value of attribute logging.



6
7
8
# File 'lib/contentful_redis/configuration.rb', line 6

def logging
  @logging
end

#model_scopeObject



8
9
10
# File 'lib/contentful_redis/configuration.rb', line 8

def model_scope
  "#{@model_scope}::" unless @model_scope.nil?
end

#redisObject

Returns the value of attribute redis.



6
7
8
# File 'lib/contentful_redis/configuration.rb', line 6

def redis
  @redis
end

#spacesObject

Returns the value of attribute spaces.



6
7
8
# File 'lib/contentful_redis/configuration.rb', line 6

def spaces
  @spaces
end