Skip to content

Commit

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

attribute :location_name,
type: :array,
type: :string,
on: :read

attribute :postal_code,
type: :array,
type: :string,
on: :read

attribute :scheduled_arrival,
Expand Down

0 comments on commit ecc81e0

Please sign in to comment.