Method: LogStash::Setting#set
- Defined in:
- lib/logstash/settings.rb
#set(value) ⇒ Object
190 191 192 193 194 195 |
# File 'lib/logstash/settings.rb', line 190 def set(value) validate(value) if @strict @value = value @value_is_set = true @value end |