Class: Destroy

Inherits:
Thor show all
Includes:
Generators
Defined in:
lib/volt/cli/destroy.rb

Instance Method Summary collapse

Methods included from Generators

included

Constructor Details

#initializeDestroy

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