class OneSecret::Configuration
Public Instance Methods
decrypt_into_env!(should_decrypt=true)
click to toggle source
# File lib/one_secret/configuration.rb, line 3 def decrypt_into_env!(should_decrypt=true) @decrypt_into_env = should_decrypt end
decrypt_into_env?()
click to toggle source
# File lib/one_secret/configuration.rb, line 7 def decrypt_into_env? !!@decrypt_into_env end