Sha256: 9e2167cd599ff2507b2fcda617b159760c09bb9118e7ec7538f91dcefd61972b
Contents?: true
Size: 891 Bytes
Versions: 1
Compression:
Stored size: 891 Bytes
Contents
module ViewModel module SapSchemaNi140 class Sap < ViewModel::SapSchemaNi140::CommonSchema def property_age_band construction_year end def construction_year xpath(%w[Construction-Year]) end def cylinder_insul_thickness xpath(%w[Hot-Water-Store-Insulation-Thickness]) end def cylinder_insulation_type xpath(%w[Hot-Water-Store-Insulation-Type]) end def cylinder_size xpath(%w[Hot-Water-Store-Size]) end def has_cylinder_thermostat xpath(%w[Has-Cylinder-Thermostat]) end def mech_vent_sys_index_number xpath(%w[Mechanical-Vent-System-Index-Number]) end def mechanical_vent_data_source xpath(%w[Mechanical-Ventilation-Data-Source]) end def thermal_store xpath(%w[Thermal-Store]) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
epb_view_models-1.0.3 | lib/view_model/sap_schema_ni_140/sap.rb |