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

- old
+ new

@@ -7,20 +7,20 @@ def type "schema:NewsArticle" end # @return [String] - define_property :dateline, as: "dateline", types: [ + define_property :print_section, as: "printSection", types: [ "string", ] # @return [String] define_property :print_page, as: "printPage", types: [ "string", ] # @return [String] - define_property :print_section, as: "printSection", types: [ + define_property :dateline, as: "dateline", types: [ "string", ] # @return [String] define_property :print_edition, as: "printEdition", types: [