# frozen_string_literal: true module Dhis2 class Configuration attr_accessor :url, :user, :password end end