Skip to content

Commit

Permalink
Add vehicle_ids to FleetState
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ioki committed May 2, 2024
1 parent e511c6a commit 6c2c408
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ioki/model/operator/fleet_state.rb
Expand Up @@ -12,6 +12,10 @@ class FleetState < Base
on: :read,
type: :array,
class_name: 'Vehicle'

attribute :vehicle_ids,
on: :read,
type: :array
end
end
end
Expand Down

0 comments on commit 6c2c408

Please sign in to comment.