class RubyGPG2::Configuration

Attributes

binary[RW]
logger[RW]
stderr[RW]
stdin[RW]
stdout[RW]

Public Class Methods

new() click to toggle source
# File lib/ruby_gpg2.rb, line 70
def initialize
  @binary = 'gpg'
  @stdin = ''
  @stdout = $stdout
  @stderr = $stderr
end