lib/openactive/enums/schema/contact_point_option.rb in openactive-0.3.0 vs lib/openactive/enums/schema/contact_point_option.rb in openactive-0.4.0
- old
+ new
@@ -3,11 +3,11 @@
module OpenActive
module Enums
module Schema
# Enumerated options related to a ContactPoint.
class ContactPointOption < TypesafeEnum::Base
- new :HearingImpairedSupported, "https://schema.org/HearingImpairedSupported"
new :TollFree, "https://schema.org/TollFree"
+ new :HearingImpairedSupported, "https://schema.org/HearingImpairedSupported"
end
end
end
end