lib/openactive/models/schema/airport.rb in openactive-0.3.0 vs lib/openactive/models/schema/airport.rb in openactive-0.4.0
- old
+ new
@@ -7,15 +7,15 @@
def type
"schema:Airport"
end
# @return [String]
- define_property :iata_code, as: "iataCode", types: [
+ define_property :icao_code, as: "icaoCode", types: [
"string",
]
# @return [String]
- define_property :icao_code, as: "icaoCode", types: [
+ define_property :iata_code, as: "iataCode", types: [
"string",
]
end
end
end