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