Module: Shellject::Tasks::CryptoTask

Included in:
Load, Save
Defined in:
lib/shellject/tasks/crypto_task.rb

Overview

A task that needs access to a crypto instance

Instance Method Summary collapse

Instance Method Details

#cryptoObject



7
8
9
# File 'lib/shellject/tasks/crypto_task.rb', line 7

def crypto
  @crypto ||= CryptoFactory.create
end