Skip to content

Commit 66d7d0a

Browse files
committed
Add Ride#booked_solution to passenger API
1 parent cce61b4 commit 66d7d0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/ioki/model/passenger/ride.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class Ride < Base
4646
attribute :version, type: :integer, on: [:read, :update]
4747
attribute :fare, on: :read, type: :object, class_name: 'Fare'
4848
attribute :ticket, on: :read, type: :object, class_name: 'Ticket'
49+
attribute :booked_solution, on: :read, type: :object, class_name: 'OfferedSolution'
4950
attribute :offered_solutions, on: :read, type: :array, class_name: 'OfferedSolution'
5051
attribute :options, on: :create, type: :array, class_name: 'RideOption'
5152
attribute :passenger_note_to_driver, type: :string, on: [:read, :create, :update]

0 commit comments

Comments
 (0)