diff --git a/lib/ioki/model/operator/ride_option.rb b/lib/ioki/model/operator/ride_option.rb index 57ff182b..b8e729ea 100644 --- a/lib/ioki/model/operator/ride_option.rb +++ b/lib/ioki/model/operator/ride_option.rb @@ -100,6 +100,14 @@ class RideOption < Base on: [:read, :create, :update], type: :object, class_name: 'ResourceConfiguration' + + attribute :reporting_column_index, + on: [:read, :create, :update], + type: :integer + + attribute :reporting_column_name, + on: :read, + type: :string end end end