class Rugged::Credentials::SshKeyFromAgent

Public Class Methods

new(options) click to toggle source
# File lib/rugged/credentials.rb, line 31
def initialize(options)
  @username = options[:username]
end

Public Instance Methods

call(url, username_from_url, allowed_types) click to toggle source
# File lib/rugged/credentials.rb, line 35
def call(url, username_from_url, allowed_types)
  self
end