Parent

Methods

Rugged::Credentials::SshKeyFromAgent

Public Class Methods

new(options) click to toggle source
# File lib/rugged/credentials.rb, line 26
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 30
def call(url, username_from_url, allowed_types)
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.