Class: Loco::Config::CONFIGURATION

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameObject

Returns the value of attribute app_name

Returns:

  • (Object)

    the current value of app_name



5
6
7
# File 'lib/loco/config.rb', line 5

def app_name
  @app_name
end

#notifications_sizeObject

Returns the value of attribute notifications_size

Returns:

  • (Object)

    the current value of notifications_size



5
6
7
# File 'lib/loco/config.rb', line 5

def notifications_size
  @notifications_size
end

#redis_instanceObject

Returns the value of attribute redis_instance

Returns:

  • (Object)

    the current value of redis_instance



5
6
7
# File 'lib/loco/config.rb', line 5

def redis_instance
  @redis_instance
end

#silence_loggerObject

Returns the value of attribute silence_logger

Returns:

  • (Object)

    the current value of silence_logger



5
6
7
# File 'lib/loco/config.rb', line 5

def silence_logger
  @silence_logger
end