class Unitylock::Server::Main

Constants

JSON_FILE

Public Instance Methods

service() click to toggle source
# File lib/unitylock/server/router.rb, line 10
def service
  Service.new(Model.new(JSON_FILE))
end