Class: RubyGPG2::Commands::ListPublicKeys
- Defined in:
- lib/ruby_gpg2/commands/list_public_keys.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from RubyGPG2::Commands::Base
Instance Method Details
#configure_command(builder, parameters) ⇒ Object
17 18 19 20 |
# File 'lib/ruby_gpg2/commands/list_public_keys.rb', line 17 def configure_command(builder, parameters) b = builder.with_subcommand('--list-public-keys') super(b, parameters) end |