module Api2cart::Daemon
Constants
- VERSION
Public Class Methods
run(port)
click to toggle source
# File lib/api2cart/daemon.rb, line 9 def self.run(port) ProxyServer.new.run(port) end
run_async(port)
click to toggle source
# File lib/api2cart/daemon.rb, line 13 def self.run_async(port) ProxyServer.new.run_async(port) end