Method: Inspec::Resources::PostgresConf#value
- Defined in:
- lib/inspec/resources/postgres_conf.rb
#value(key) ⇒ Object
50 51 52 |
# File 'lib/inspec/resources/postgres_conf.rb', line 50 def value(key) extract_value(key, @params) end |