lib/openactive/models/schema/health_plan_network.rb in openactive-0.1.2 vs lib/openactive/models/schema/health_plan_network.rb in openactive-0.2.0
- old
+ new
@@ -7,22 +7,22 @@
def type
"schema:HealthPlanNetwork"
end
# @return [String]
+ define_property :health_plan_network_tier, as: "healthPlanNetworkTier", types: [
+ "string",
+ ]
+
+ # @return [String]
define_property :health_plan_network_id, as: "healthPlanNetworkId", types: [
"string",
]
# @return [Boolean,nil]
define_property :health_plan_cost_sharing, as: "healthPlanCostSharing", types: [
"bool",
"null",
- ]
-
- # @return [String]
- define_property :health_plan_network_tier, as: "healthPlanNetworkTier", types: [
- "string",
]
end
end
end
end