Class: Cmdserver::CustomSettings
Overview
}}}
Instance Attribute Summary
Attributes inherited from Settings
Instance Method Summary collapse
-
#initialize(options) ⇒ CustomSettings
constructor
{{{.
Methods inherited from Settings
Constructor Details
#initialize(options) ⇒ CustomSettings
{{{
39 40 41 42 43 44 45 46 47 |
# File 'lib/cmdserver.rb', line 39 def initialize() @workdir = [:workdir] if not @workdir.nil? super(work_dir=@workdir) else super() end @module_dir = [:module_dir] if [:module_dir] end |