lib/openactive/models/schema/news_article.rb in openactive-0.2.2 vs lib/openactive/models/schema/news_article.rb in openactive-0.3.0
- old
+ new
@@ -7,30 +7,30 @@
def type
"schema:NewsArticle"
end
# @return [String]
- define_property :print_section, as: "printSection", types: [
+ define_property :print_edition, as: "printEdition", types: [
"string",
]
# @return [String]
- define_property :print_page, as: "printPage", types: [
+ define_property :print_column, as: "printColumn", types: [
"string",
]
# @return [String]
- define_property :dateline, as: "dateline", types: [
+ define_property :print_page, as: "printPage", types: [
"string",
]
# @return [String]
- define_property :print_edition, as: "printEdition", types: [
+ define_property :print_section, as: "printSection", types: [
"string",
]
# @return [String]
- define_property :print_column, as: "printColumn", types: [
+ define_property :dateline, as: "dateline", types: [
"string",
]
end
end
end