There was an error while loading. Please reload this page.
Ride#booked_solution
1 parent cce61b4 commit 66d7d0aCopy full SHA for 66d7d0a
1 file changed
lib/ioki/model/passenger/ride.rb
@@ -46,6 +46,7 @@ class Ride < Base
46
attribute :version, type: :integer, on: [:read, :update]
47
attribute :fare, on: :read, type: :object, class_name: 'Fare'
48
attribute :ticket, on: :read, type: :object, class_name: 'Ticket'
49
+ attribute :booked_solution, on: :read, type: :object, class_name: 'OfferedSolution'
50
attribute :offered_solutions, on: :read, type: :array, class_name: 'OfferedSolution'
51
attribute :options, on: :create, type: :array, class_name: 'RideOption'
52
attribute :passenger_note_to_driver, type: :string, on: [:read, :create, :update]
0 commit comments