repository.rb 105 Bytes
class Kalibro::Repository < Kalibro::Model
  
  attr_accessor :type, :address, :username, :password

end