Class: Destroy
- Includes:
- Generators
- Defined in:
- lib/volt/cli/destroy.rb
Instance Method Summary collapse
-
#initialize ⇒ Destroy
constructor
A new instance of Destroy.
Methods included from Generators
Constructor Details
#initialize ⇒ Destroy
Returns a new instance of Destroy.
4 5 6 7 |
# File 'lib/volt/cli/destroy.rb', line 4 def initialize(*) super self.behavior = :revoke end |