repository.rb 105 Bytes Edit Raw Blame History 1 2 3 4 5 class Kalibro::Repository < Kalibro::Model attr_accessor :type, :address, :username, :password end