Class: Clandestine::Commands::Delete
- Inherits:
-
Object
- Object
- Clandestine::Commands::Delete
- Defined in:
- lib/clandestine/commands/delete.rb
Instance Method Summary collapse
- #delete ⇒ Object
-
#initialize(safe_password, key) ⇒ Delete
constructor
A new instance of Delete.
Constructor Details
#initialize(safe_password, key) ⇒ Delete
Returns a new instance of Delete.
9 10 11 12 |
# File 'lib/clandestine/commands/delete.rb', line 9 def initialize(safe_password, key) @safe_password = safe_password @key = key.to_sym end |