Skip to content

Commit 73629ad

Browse files
committed
Add measure description
1 parent 565e0ad commit 73629ad

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

lib/ioki/model/operator/reporting/report_aggregation_measure.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ class ReportAggregationMeasure < Base
1717
on: :read,
1818
type: :string
1919

20+
attribute :localized_description,
21+
on: :read,
22+
type: :string
23+
2024
attribute :function,
2125
on: :read,
2226
type: :string

lib/ioki/model/operator/reporting/report_aggregation_measure_series.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ class ReportAggregationMeasureSeries < Base
1717
on: :read,
1818
type: :string
1919

20+
attribute :localized_measure_description,
21+
on: :read,
22+
type: :string
23+
2024
attribute :dimension_name,
2125
on: :read,
2226
type: :string

0 commit comments

Comments
 (0)