Class: Fauxpaas::RollbackCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/fauxpaas/command.rb

Instance Method Summary collapse

Methods inherited from Command

#default_keys, #execute, #initialize, #keys, #missing, #valid?

Constructor Details

This class inherits a constructor from Fauxpaas::Command

Instance Method Details

#binObject



98
99
100
# File 'lib/fauxpaas/command.rb', line 98

def bin
  "rollback"
end

#extra_keysObject



102
103
104
# File 'lib/fauxpaas/command.rb', line 102

def extra_keys
  [:cache]
end