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

- old
+ new

@@ -6,15 +6,10 @@ # @return [String] def type "schema:Chapter" end - # @return [String] - define_property :pagination, as: "pagination", types: [ - "string", - ] - # @return [String,int,nil] define_property :page_start, as: "pageStart", types: [ "string", "int", "null", @@ -23,9 +18,14 @@ # @return [String,int,nil] define_property :page_end, as: "pageEnd", types: [ "string", "int", "null", + ] + + # @return [String] + define_property :pagination, as: "pagination", types: [ + "string", ] end end end end