Class: OneSecret::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/one_secret/configuration.rb

Instance Method Summary collapse

Instance Method Details

#decrypt_into_env!(should_decrypt = true) ⇒ Object


3
4
5
# File 'lib/one_secret/configuration.rb', line 3

def decrypt_into_env!(should_decrypt=true)
  @decrypt_into_env = should_decrypt
end

#decrypt_into_env?Boolean

Returns:

  • (Boolean)

7
8
9
# File 'lib/one_secret/configuration.rb', line 7

def decrypt_into_env?
  !!@decrypt_into_env
end