lib/openactive/models/schema/location_feature_specification.rb in openactive-0.2.2 vs lib/openactive/models/schema/location_feature_specification.rb in openactive-0.3.0

- old
+ new

@@ -6,20 +6,20 @@ # @return [String] def type "schema:LocationFeatureSpecification" end + # @return [OpenActive::Models::Schema::OpeningHoursSpecification,URI] + define_property :hours_available, as: "hoursAvailable", types: [ + "OpenActive::Models::Schema::OpeningHoursSpecification", + "URI", + ] + # @return [DateTime,Date,nil] define_property :valid_from, as: "validFrom", types: [ "DateTime", "Date", "null", - ] - - # @return [OpenActive::Models::Schema::OpeningHoursSpecification,URI] - define_property :hours_available, as: "hoursAvailable", types: [ - "OpenActive::Models::Schema::OpeningHoursSpecification", - "URI", ] # @return [DateTime,Date,nil] define_property :valid_through, as: "validThrough", types: [ "DateTime",