Class: Officer::Command::Unlock

Inherits:
Base
  • Object
show all
Defined in:
lib/officer/commands.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, register, underscore

Constructor Details

This class inherits a constructor from Officer::Command::Base

Instance Method Details

#executeObject



92
93
94
# File 'lib/officer/commands.rb', line 92

def execute
  Officer::LockStore.instance.release @name, @connection
end