Class: Leeloo::ExportController

Inherits:
PrivateLocalFileSystemController show all
Defined in:
lib/leeloo/controller.rb

Instance Method Summary collapse

Methods inherited from PrivateLocalFileSystemController

#initialize

Constructor Details

This class inherits a constructor from Leeloo::PrivateLocalFileSystemController

Instance Method Details

#displayObject



49
50
51
52
53
# File 'lib/leeloo/controller.rb', line 49

def display
	@keystore.secrets.each do |secret|
		@output.render_name_and_secret(secret.name, @keystore.secret_from_name(secret.name))
	end
end