# frozen_string_literal: true module Billomat class Configuration attr_accessor :api_key, :subdomain end end