Sha256: b3282b8f76fb5a2720270b97c353bece7a198b41097b12381231fe888885f542

Contents?: true

Size: 1.78 KB

Versions: 41

Compression:

Stored size: 1.78 KB

Contents

module ViewModel
  module Cepc40
    class Cepc < ViewModel::Cepc40::CommonSchema
      def ac_inspection_commissioned
        xpath(%w[AC-Inspection-Commissioned])
      end

      def ac_kw_rating
        xpath(%w[AC-kW-Rating])
      end

      def ac_present
        xpath(%w[AC-Present])
      end

      def building_emission_rate
        nil
      end

      def building_emission
        nil
      end

      def building_environment
        xpath(%w[Building-Environment])
      end

      def building_level
        xpath(%w[Building-Level])
      end

      def energy_efficiency_rating
        xpath(%w[Asset-Rating])
      end

      def epc_related_party_disclosure
        xpath(%w[Related-Party-Disclosure])
      end

      def estimated_ac_kw_rating
        xpath(%w[AC-Estimated-Output])
      end

      def existing_build_rating
        xpath(%w[Existing-Stock-Benchmark])
      end

      def floor_area
        xpath(%w[Technical-Information Floor-Area])
      end

      def main_heating_fuel
        xpath(%w[Main-Heating-Fuel])
      end

      def new_build_rating
        xpath(%w[New-Build-Benchmark])
      end

      def other_fuel_description
        xpath(%w[Other-Fuel-Description])
      end

      def primary_energy_use
        xpath(%w[Energy-Consumption-Current])
      end

      def property_type
        xpath(%w[Property-Type])
      end

      def related_rrn
        xpath(%w[Related-RRN])
      end

      def special_energy_uses
        xpath(%w[Special-Energy-Uses])
      end

      def standard_emissions
        nil
      end

      def target_emissions
        nil
      end

      def transaction_type
        nil
      end

      def typical_emissions
        nil
      end

      def renewable_sources
        xpath(%w[Renewable-Sources])
      end
    end
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
epb_view_models-1.0.20 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.19 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.18 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.17 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.16 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.15 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.14 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.13 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.12 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.11 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.10 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.9 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.8 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.7 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.6 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.5 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.4 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.3 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.2 lib/view_model/cepc40/cepc.rb
epb_view_models-1.0.1 lib/view_model/cepc40/cepc.rb