Sha256: bd4b6f523803b88de2a95891f2e436c7e33346d2a6298b58e292633ac4ea4147
Contents?: true
Size: 504 Bytes
Versions: 2
Compression:
Stored size: 504 Bytes
Contents
# frozen_string_literal: true module Immoscout module Models module Parts # Shared energy-certificate-related property definitions. # See: https://bit.ly/3CSGnmN class EnergyCertificate < Base include Immoscout::Models::Concerns::Renderable include Immoscout::Models::Concerns::Propertiable property :energy_certificate_availability property :energy_certificate_creation_date property :energy_efficiency_class end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
immoscout-1.8.1 | lib/immoscout/models/parts/energy_certificate.rb |
immoscout-1.8.0 | lib/immoscout/models/parts/energy_certificate.rb |