class Leeloo::PrivateLocalFileSystemController

Public Class Methods

new(options) click to toggle source
# File lib/leeloo/controller.rb, line 24
def initialize options
        @preferences = PrivateLocalFileSystemPreferences.new.load
        @keystore = @preferences.keystore(options.keystore)
        @output = OutputFactory.create(options)
        @options = options
end