class Rugged::Credentials::UserPassword

A plain-text username and password credential object.

def call(url, username_from_url, allowed_types)

def call(url, username_from_url, allowed_types)
  self
end

def initialize(options)

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