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

- old
+ new

@@ -6,23 +6,23 @@ # @return [String] def type "schema:AggregateRating" end - # @return [int,nil] - define_property :rating_count, as: "ratingCount", types: [ - "int", - "null", - ] - # @return [OpenActive::Models::Schema::Thing,URI] define_property :item_reviewed, as: "itemReviewed", types: [ "OpenActive::Models::Schema::Thing", "URI", ] # @return [int,nil] define_property :review_count, as: "reviewCount", types: [ + "int", + "null", + ] + + # @return [int,nil] + define_property :rating_count, as: "ratingCount", types: [ "int", "null", ] end end