From 064d5d9d8013df32f89edf6d9ba08f6ede68491f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20H=C3=A4nni?= Date: Tue, 17 Sep 2024 10:16:51 +0200 Subject: [PATCH] Add localized name and description to reports --- lib/ioki/model/operator/reporting/report.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/ioki/model/operator/reporting/report.rb b/lib/ioki/model/operator/reporting/report.rb index 875effc0..5c79c2d2 100644 --- a/lib/ioki/model/operator/reporting/report.rb +++ b/lib/ioki/model/operator/reporting/report.rb @@ -25,6 +25,14 @@ class Report < Base on: :read, type: :string + attribute :localized_name, + on: :read, + type: :string + + attribute :localized_description, + on: :read, + type: :string + attribute :period_type, on: :read, type: :string