From 657f28bf4a4eb489d9f0e8404b0e77066dc70cc7 Mon Sep 17 00:00:00 2001 From: Tobias Matz <64846810+tom-ioki@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:52:32 +0200 Subject: [PATCH] Fix attribute name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Serge Hänni --- lib/ioki/model/operator/ride.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ioki/model/operator/ride.rb b/lib/ioki/model/operator/ride.rb index 25e0116a..062b0dea 100644 --- a/lib/ioki/model/operator/ride.rb +++ b/lib/ioki/model/operator/ride.rb @@ -28,7 +28,7 @@ class Ride < Base on: :read, type: :boolean - attribute :booking_solution, + attribute :booked_solution, on: :read, type: :object, class_name: 'OfferedSolution'