Skip to content

Commit

Permalink
Add limit_reached to FleetState
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ioki committed May 8, 2024
1 parent b99b1cf commit b00558d
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 b00558d

Please sign in to comment.