lib/openactive/models/schema/news_article.rb in openactive-0.3.0 vs lib/openactive/models/schema/news_article.rb in openactive-0.4.0
- old
+ new
@@ -12,11 +12,11 @@
define_property :print_edition, as: "printEdition", types: [
"string",
]
# @return [String]
- define_property :print_column, as: "printColumn", types: [
+ define_property :dateline, as: "dateline", types: [
"string",
]
# @return [String]
define_property :print_page, as: "printPage", types: [
@@ -27,10 +27,10 @@
define_property :print_section, as: "printSection", types: [
"string",
]
# @return [String]
- define_property :dateline, as: "dateline", types: [
+ define_property :print_column, as: "printColumn", types: [
"string",
]
end
end
end