lib/openactive/models/schema/residence.rb in openactive-0.1.2 vs lib/openactive/models/schema/residence.rb in openactive-0.2.0

- old
+ new

@@ -5,9 +5,15 @@ # @!attribute type # @return [String] def type "schema:Residence" end + + # @return [OpenActive::Models::Schema::FloorPlan,URI] + define_property :accommodation_floor_plan, as: "accommodationFloorPlan", types: [ + "OpenActive::Models::Schema::FloorPlan", + "URI", + ] end end end end