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
9
10
11
12
|
# File 'lib/scruby/group.rb', line 9
def deep_free
send '/g_deepFree', self.id
self
end
|
#dump_tree(post = false) ⇒ Object
14
15
16
17
|
# File 'lib/scruby/group.rb', line 14
def dump_tree post = false
send '/g_dumpTree', self.id, post
self
end
|
4
5
6
7
|
# File 'lib/scruby/group.rb', line 4
def free_all
send '/g_freeAll', self.id
self
end
|