Class: Reactor::Plans::UpdateGroup
- Inherits:
-
CommonGroup
- Object
- CommonGroup
- Reactor::Plans::UpdateGroup
- Defined in:
- lib/reactor/plans/update_group.rb
Constant Summary
Constants inherited from CommonGroup
Instance Method Summary collapse
-
#initialize(*args) ⇒ UpdateGroup
constructor
A new instance of UpdateGroup.
- #migrate! ⇒ Object
- #prepapre! ⇒ Object
Methods inherited from CommonGroup
Methods included from Prepared
Constructor Details
#initialize(*args) ⇒ UpdateGroup
Returns a new instance of UpdateGroup.
8 9 10 11 12 13 |
# File 'lib/reactor/plans/update_group.rb', line 8 def initialize(*args) super() (name, _), = separate_arguments(*args) @name = name || [:name] end |