Class: Leeloo::ShareController

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



148
149
150
# File 'lib/leeloo/controller.rb', line 148

def display
    @output.render_footprint @footprint
end

#start_serverObject



145
146
147
# File 'lib/leeloo/controller.rb', line 145

def start_server
    Server.new.start @preferences
end

#token(name) ⇒ Object



142
143
144
# File 'lib/leeloo/controller.rb', line 142

def token name
    @footprint = @keystore.footprint_of(name)
end