Skip to content

Commit

Permalink
Add Ride#ride_series_id to the passenger API
Browse files Browse the repository at this point in the history
  • Loading branch information
phylor committed Apr 25, 2024
1 parent ffb5372 commit b5b05f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ioki/model/passenger/ride.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Ride < Base
attribute :ticket, on: :read, type: :object, class_name: 'Ticket'
attribute :offered_solutions, on: :read, type: :array, class_name: 'OfferedSolution'
attribute :options, on: :create, type: :array, class_name: 'RideOption'
attribute :ride_series_id, on: :read, type: :string
end
end
end
Expand Down

0 comments on commit b5b05f5

Please sign in to comment.