class Configuration def initialize(config_hash) @conf_hash = config_hash end attr_accessor :config_hash end