Class: MarhanCli::TrueCryptCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/marhan_cli/commands/true_crypt_command.rb

Instance Method Summary collapse

Instance Method Details

#mountObject



17
18
19
# File 'lib/marhan_cli/commands/true_crypt_command.rb', line 17

def mount
  execute mount_proc
end

#umountObject



28
29
30
# File 'lib/marhan_cli/commands/true_crypt_command.rb', line 28

def umount
  execute unmount_proc
end

#umount_allObject



34
35
36
# File 'lib/marhan_cli/commands/true_crypt_command.rb', line 34

def umount_all
  execute unmount_all_proc
end