lib/openactive/models/on_demand_event.rb in openactive-0.2.2 vs lib/openactive/models/on_demand_event.rb in openactive-0.3.0

- old
+ new

@@ -18,12 +18,13 @@ define_property :event_status, as: "eventStatus", types: [ "OpenActive::Enums::Schema::EventStatusType", "null", ] - # @return [OpenActive::Models::Place] + # @return [OpenActive::Models::Place,URI] define_property :location, as: "location", types: [ "OpenActive::Models::Place", + "URI", ] # @return [int,nil] define_property :maximum_attendee_capacity, as: "maximumAttendeeCapacity", types: [ "int",