Skip to content

Commit

Permalink
Merge pull request #380 from ioki-mobility/add-attributes-to-fleet-st…
Browse files Browse the repository at this point in the history
…atee

Operator API | Add `limit_reached` to `FleetState`
  • Loading branch information
tom-ioki committed May 8, 2024
2 parents af550a3 + b00558d commit 0ed381c
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 @@ -8,6 +8,10 @@ class FleetState < Base
on: :read,
type: :string

attribute :limit_reached,
on: :read,
type: :boolean

attribute :vehicles,
on: :read,
type: :array,
Expand Down

0 comments on commit 0ed381c

Please sign in to comment.