Class: RubyGPG2::Commands::Encrypt

Inherits:
Base
  • Object
show all
Includes:
Mixins::ArmorConfig, Mixins::BatchConfig, Mixins::GlobalConfig, Mixins::InputConfig, Mixins::OutputConfig, Mixins::RecipientConfig, Mixins::TrustModeConfig
Defined in:
lib/ruby_gpg2/commands/encrypt.rb

Instance Method Summary collapse

Methods inherited from Base

#execute, #initialize

Constructor Details

This class inherits a constructor from RubyGPG2::Commands::Base

Instance Method Details

#configure_command(builder, parameters) ⇒ Object



25
26
27
28
# File 'lib/ruby_gpg2/commands/encrypt.rb', line 25

def configure_command(builder, parameters)
  b = super
  b.with_subcommand('--encrypt')
end