lib/configliere/define.rb in configliere-0.2.2 vs lib/configliere/define.rb in configliere-0.2.3
- old
+ new
@@ -1,8 +1,8 @@
module Configliere
module Define
# Definitions for params: :description, :type, :encrypted, etc.
- attr_accessor :param_definitions
+ attr_writer :param_definitions
# @param param the setting to describe. Either a simple symbol or a dotted param string.
# @param definitions the defineables to set (:description, :type, :encrypted, etc.)
#
# @example