Object
A plain-text username and password credential object.
# File lib/rugged/credentials.rb, line 5 def initialize(options) @username, @password = options[:username], options[:password] end
# File lib/rugged/credentials.rb, line 9 def call(url, username_from_url, allowed_types) self end
[Validate]
Generated with the Darkfish Rdoc Generator 2.