Class: TxghServer::Application

Inherits:
Sinatra::Base
  • Object
show all
Includes:
TxghServer
Defined in:
lib/txgh-server/application.rb

Constant Summary

Constants included from TxghServer

VERSION

Instance Method Summary collapse

Constructor Details

#initialize(app = nil) ⇒ Application

Returns a new instance of Application.



40
41
42
# File 'lib/txgh-server/application.rb', line 40

def initialize(app = nil)
  super(app)
end