lib/openactive/models/schema/seat.rb in openactive-0.2.2 vs lib/openactive/models/schema/seat.rb in openactive-0.3.0
- old
+ new
@@ -19,15 +19,15 @@
define_property :seat_section, as: "seatSection", types: [
"string",
]
# @return [String]
- define_property :seat_number, as: "seatNumber", types: [
+ define_property :seat_row, as: "seatRow", types: [
"string",
]
# @return [String]
- define_property :seat_row, as: "seatRow", types: [
+ define_property :seat_number, as: "seatNumber", types: [
"string",
]
end
end
end