module Thrifty
Constants
- VERSION
Public Instance Methods
get_logger(*args)
click to toggle source
# File lib/thrifty.rb, line 5 def get_logger(*args) Thrifty::Logger.get_logger(*args) end
http_server()
click to toggle source
# File lib/thrifty.rb, line 9 def http_server Thrifty::HTTP::Server::Builder.new end
hutch()
click to toggle source
# File lib/thrifty.rb, line 13 def hutch Thrifty::Hutch::Builder.new end
signals()
click to toggle source
# File lib/thrifty.rb, line 17 def signals Thrifty::Signals.instance end