Class: Forma::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/forma/config.rb

Instance Method Summary collapse

Instance Method Details

#dateObject



21
22
23
# File 'lib/forma/config.rb', line 21

def date
  @date ||= DateConfig.new
end

#mapObject



29
30
31
# File 'lib/forma/config.rb', line 29

def map
  @map ||= MapConfig.new
end

#numObject



17
18
19
# File 'lib/forma/config.rb', line 17

def num
  @num ||= NumberConfig.new
end

#textsObject



25
26
27
# File 'lib/forma/config.rb', line 25

def texts
  @texts ||= TextsConfig.new
end