class Boechat::Core::Config::Wrapper

Class responsible for save all configurations readed from boechat.yml file

Attributes

config[R]
errors[R]

Public Class Methods

new(config, errors) click to toggle source
# File lib/boechat/core/config/wrapper.rb, line 10
def initialize(config, errors)
  @config = config
  @errors = errors
end