Skip to content

Commit

Permalink
Add localized name and description to reports
Browse files Browse the repository at this point in the history
  • Loading branch information
phylor committed Sep 17, 2024
1 parent 8851261 commit 064d5d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/ioki/model/operator/reporting/report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 064d5d9

Please sign in to comment.