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