Class: Clamp::Attribute::Instance
- Inherits:
-
Object
- Object
- Clamp::Attribute::Instance
- Defined in:
- lib/logstash/patches/clamp.rb
Instance Method Summary collapse
Instance Method Details
#default_from_environment ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/logstash/patches/clamp.rb', line 7 def default_from_environment # we don't want uncontrolled var injection from the environment # since we're establishing that settings can be pulled from only three places: # 1. default settings # 2. yaml file # 3. cli arguments end |