Method: Inspec::Resources::PostgresConf#value

Defined in:
lib/resources/postgres_conf.rb

#value(key) ⇒ Object



50
51
52
# File 'lib/resources/postgres_conf.rb', line 50

def value(key)
  extract_value(key, @params)
end