class Rugged::Credentials::SshKeyFromAgent
Public Class Methods
Source
# File lib/rugged/credentials.rb, line 31 def initialize(options) @username = options[:username] end
Public Instance Methods
Source
# File lib/rugged/credentials.rb, line 35 def call(url, username_from_url, allowed_types) self end