Method: Gloo::Objs::System#add_default_children

Defined in:
lib/gloo/objs/system/system.rb

#add_default_childrenObject

Add children to this object. This is used by containers to add children needed for default configurations.



83
84
85
86
87
88
# File 'lib/gloo/objs/system/system.rb', line 83

def add_default_children
  fac = @engine.factory
  fac.create_string CMD, DEFAULT_CMD, self
  fac.create_bool GET_OUTPUT, true, self
  fac.create_string RESULT, nil, self
end