class Eclix::Server
Attributes
host[R]
port[R]
Public Class Methods
new(port=8080, host='localhost')
click to toggle source
# File lib/eclix/publication_creator.rb, line 107 def initialize(port=8080, host='localhost') @host=host @port=port end