Object
A ssh key credential object that can optionally be passphrase-protected
# File lib/rugged/credentials.rb, line 16 def initialize(options) @username, @publickey, @privatekey, @passphrase = options[:username], options[:publickey], options[:privatekey], options[:passphrase] end
# File lib/rugged/credentials.rb, line 20 def call(url, username_from_url, allowed_types) self end
[Validate]
Generated with the Darkfish Rdoc Generator 2.