Skip to content

Commit

Permalink
Merge pull request #369 from ioki-mobility/platform-api-default_map_b…
Browse files Browse the repository at this point in the history
…ounding_box

Platform API | Add `Product#default_map_bounding_box`
  • Loading branch information
phylor committed Apr 16, 2024
2 parents fbcc5f5 + 7de7fa8 commit f09ca8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ioki/model/platform/product.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class Product < Base
attribute :announcements, on: :read, type: :array, class_name: 'Announcement'
deprecated_attribute :area, type: :object, on: :read, class_name: 'GeoJson'
attribute :bounding_box, on: :read, type: :object, class_name: 'BoundingBox'
attribute :default_map_bounding_box, on: :read, type: :object, class_name: 'BoundingBox'
attribute :features, on: :read, type: :object, class_name: 'ProductFeatures'
attribute :driver_cancellation_statements, on: :read, type: :array, class_name: 'CancellationStatement'
attribute :passenger_cancellation_statements, on: :read, type: :array, class_name: 'CancellationStatement'
Expand Down

0 comments on commit f09ca8f

Please sign in to comment.