Module: Octopolo::ConfigWrapper

Overview

Provide access to the config into other classes in the application

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Public: Wrapper around the user’s and app’s configuration

Returns an instance of Config or equivalent



21
22
23
# File 'lib/octopolo/convenience_wrappers.rb', line 21

def config
  @config
end