Sha256: e2037c3098a786a340c969f2edd347f42712fee46ff9ed4083125a1d136f08ee

Contents?: true

Size: 335 Bytes

Versions: 6

Compression:

Stored size: 335 Bytes

Contents

require 'typesafe_enum'

module OpenActive
  module Enums
    module Schema
      # Enumerates energy efficiency levels (also known as "classes" or "ratings") and certifications that are part of several international energy efficiency standards.
      class EnergyEfficiencyEnumeration < TypesafeEnum::Base
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/enums/schema/energy_efficiency_enumeration.rb
openactive-0.4.0 lib/openactive/enums/schema/energy_efficiency_enumeration.rb
openactive-0.3.0 lib/openactive/enums/schema/energy_efficiency_enumeration.rb
openactive-0.2.2 lib/openactive/enums/schema/energy_efficiency_enumeration.rb
openactive-0.2.1 lib/openactive/enums/schema/energy_efficiency_enumeration.rb
openactive-0.2.0 lib/openactive/enums/schema/energy_efficiency_enumeration.rb