module OpenActive module Models module Schema class EUEnergyEfficiencyEnumeration < ::OpenActive::JsonLdModel # @!attribute type # @return [String] def type "schema:EUEnergyEfficiencyEnumeration" end end end end end