Class: NodeMutation::GroupAction
- Defined in:
- lib/node_mutation/action/group_action.rb
Overview
GroupAction is compose of multiple actions.
Constant Summary collapse
- DEFAULT_START =
2**30
Instance Attribute Summary
Attributes inherited from Action
Instance Method Summary collapse
-
#initialize ⇒ GroupAction
constructor
Initialize a GroupAction.
- #new_code ⇒ Object
Methods inherited from Action
Constructor Details
#initialize ⇒ GroupAction
Initialize a GroupAction.
8 9 10 11 |
# File 'lib/node_mutation/action/group_action.rb', line 8 def initialize @actions = [] @type = :group end |
Instance Method Details
#new_code ⇒ Object
13 14 15 |
# File 'lib/node_mutation/action/group_action.rb', line 13 def new_code nil end |