lib/openactive/models/schema/business_audience.rb in openactive-0.2.2 vs lib/openactive/models/schema/business_audience.rb in openactive-0.3.0
- old
+ new
@@ -7,16 +7,16 @@
def type
"schema:BusinessAudience"
end
# @return [OpenActive::Models::Schema::QuantitativeValue,URI]
- define_property :number_of_employees, as: "numberOfEmployees", types: [
+ define_property :yearly_revenue, as: "yearlyRevenue", types: [
"OpenActive::Models::Schema::QuantitativeValue",
"URI",
]
# @return [OpenActive::Models::Schema::QuantitativeValue,URI]
- define_property :yearly_revenue, as: "yearlyRevenue", types: [
+ define_property :number_of_employees, as: "numberOfEmployees", types: [
"OpenActive::Models::Schema::QuantitativeValue",
"URI",
]
# @return [OpenActive::Models::Schema::QuantitativeValue,URI]