lib/openactive/models/schema/police_station.rb in openactive-0.2.2 vs lib/openactive/models/schema/police_station.rb in openactive-0.3.0
- old
+ new
@@ -1,8 +1,8 @@
module OpenActive
module Models
module Schema
- class PoliceStation < ::OpenActive::Models::Schema::EmergencyService
+ class PoliceStation < ::OpenActive::Models::Schema::CivicStructure
# @!attribute type
# @return [String]
def type
"schema:PoliceStation"
end