Skip to content

Commit

Permalink
Merge pull request #371 from ioki-mobility/passenger-api-cancellation…
Browse files Browse the repository at this point in the history
…-statement-suitable

Passenger API | `CancellationStatement#suitable` booleans
  • Loading branch information
phylor committed Apr 24, 2024
2 parents 6e66c8e + d38fe30 commit ffb5372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ioki/model/passenger/cancellation_statement.rb
Expand Up @@ -10,6 +10,8 @@ class CancellationStatement < Base
attribute :updated_at, on: :read, type: :date_time
attribute :identifier, on: :read, type: :string
attribute :title, on: :read, type: :string
attribute :suitable_for_ride_series, on: :read, type: :boolean
attribute :suitable_for_single_rides, on: :read, type: :boolean
end
end
end
Expand Down

0 comments on commit ffb5372

Please sign in to comment.