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.
4 5 6 7 8 9 |
# File 'lib/reactor/plans/update_group.rb', line 4 def initialize(*args) super() (name,), = separate_arguments(*args) @name = name || [:name] end |