Skip to content

Commit

Permalink
Change type of PublicTransportStop attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ioki committed Jun 19, 2024
1 parent ecc81e0 commit b98f219
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/ioki/model/operator/public_transport_stop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ class PublicTransportStop < Base
on: :read

attribute :current_arrival,
type: :string,
type: :date_time,
on: :read

attribute :current_departure,
type: :string,
type: :date_time,
on: :read

attribute :current_platform,
Expand Down Expand Up @@ -61,11 +61,11 @@ class PublicTransportStop < Base
on: :read

attribute :scheduled_arrival,
type: :string,
type: :date_time,
on: :read

attribute :scheduled_departure,
type: :string,
type: :date_time,
on: :read

attribute :scheduled_platform,
Expand Down

0 comments on commit b98f219

Please sign in to comment.