class Forma::Config

Public Instance Methods

date() click to toggle source
# File lib/forma/config.rb, line 20
def date
  @date ||= DateConfig.new
end
map() click to toggle source
# File lib/forma/config.rb, line 28
def map
  @map ||= MapConfig.new
end
num() click to toggle source
# File lib/forma/config.rb, line 16
def num
  @num ||= NumberConfig.new
end
texts() click to toggle source
# File lib/forma/config.rb, line 24
def texts
  @texts ||= TextsConfig.new
end