Define readers for the first level of the credentials on the given object.
object
Parameters:
to inject the methods into
Returns:
injected methods
21 22 23
# File 'lib/dry/credentials/yaml.rb', line 21 def inject_into(object) Query.new(@hash).send(:inject_into, object) end