Class: Wmcd::Server

Inherits:
OneDrb::Server
  • Object
show all
Defined in:
lib/wikimindcards_directory.rb

Instance Method Summary collapse

Constructor Details

#initialize(host: '127.0.0.1', port: '21200', dir: '.', dxpath: nil) ⇒ Server

Returns a new instance of Server.



529
530
531
532
533
# File 'lib/wikimindcards_directory.rb', line 529

def initialize(host: '127.0.0.1', port: '21200', dir: '.', dxpath: nil)

  super(host: host, port: port, obj: MultiWmcd.new(dir: dir, dxpath: dxpath))

end