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

- old
+ new

@@ -5,9 +5,16 @@ # @!attribute type # @return [String] def type "schema:TouristTrip" end + + # @return [OpenActive::Models::Schema::Audience,String,URI] + define_property :tourist_type, as: "touristType", types: [ + "OpenActive::Models::Schema::Audience", + "string", + "URI", + ] end end end end