Method: Rugged::Credentials::SshKeyFromAgent#initialize

Defined in:
lib/rugged/credentials.rb

#initialize(options) ⇒ SshKeyFromAgent

Returns a new instance of SshKeyFromAgent.

[View source]

31
32
33
# File 'lib/rugged/credentials.rb', line 31

def initialize(options)
  @username = options[:username]
end