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