Module: Configster::ClassMethods

Defined in:
lib/configster/configster.rb

Overview

Class Methods for the Receiving Class =

Instance Method Summary collapse

Instance Method Details

#configsterObject



7
8
9
# File 'lib/configster/configster.rb', line 7

def configster
  @configster ||= Configster.config_for(self)
end

#raw_configsterObject



11
12
13
# File 'lib/configster/configster.rb', line 11

def raw_configster
  Configster.raw_config_for(self)
end