module Itest5ch
  class Config
    # @!attribute [rw] user_agent
    #   @return [String]
    attr_accessor :user_agent
  end
end