Class: Scruby::Group
Constant Summary
Constants inherited
from Node
Node::ACTIONS
Instance Attribute Summary
Attributes inherited from Node
#group, #id, #servers
Instance Method Summary
collapse
Methods inherited from Node
#free, #initialize, #map, #move_after, #move_before, #playing?, reset!, #run, #send, #send_bundle, #set, #trace
Constructor Details
This class inherits a constructor from Scruby::Node
Instance Method Details
#deep_free ⇒ Object
8
9
10
11
|
# File 'lib/scruby/group.rb', line 8
def deep_free
send '/g_deepFree', self.id
self
end
|
#dump_tree(post = false) ⇒ Object
13
14
15
16
|
# File 'lib/scruby/group.rb', line 13
def dump_tree post = false
send '/g_dumpTree', self.id, post
self
end
|
3
4
5
6
|
# File 'lib/scruby/group.rb', line 3
def free_all
send '/g_freeAll', self.id
self
end
|