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



119
120
121
# File 'lib/fauxpaas/command.rb', line 119

def bin
  "rollback"
end

#extra_keysObject



123
124
125
# File 'lib/fauxpaas/command.rb', line 123

def extra_keys
  [:cache]
end