class Leeloo::ShareController

Public Instance Methods

display() click to toggle source
# File lib/leeloo/controller.rb, line 118
def display
    @output.render_footprint @footprint
end
start_server() click to toggle source
# File lib/leeloo/controller.rb, line 115
def start_server
    Server.new.start @preferences
end
token(name) click to toggle source
# File lib/leeloo/controller.rb, line 112
def token name
    @footprint = @keystore.footprint_of(name)
end