Class: NxtHerokuDatabaseBackup::Encrypter

Inherits:
Object
  • Object
show all
Includes:
NxtInit
Defined in:
lib/nxt_heroku_database_backup/encrypter.rb

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
10
# File 'lib/nxt_heroku_database_backup/encrypter.rb', line 7

def call
  encrypted = encrypter.update(data)
  encrypted << encrypter.final
end