class ViewModel::SapSchemaNi130::Sap
Public Instance Methods
construction_year()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 8 def construction_year xpath(%w[Construction-Year]) end
cylinder_insul_thickness()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 12 def cylinder_insul_thickness xpath(%w[Hot-Water-Store-Insulation-Thickness]) end
cylinder_insulation_type()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 16 def cylinder_insulation_type xpath(%w[Hot-Water-Store-Insulation-Type]) end
cylinder_size()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 20 def cylinder_size xpath(%w[Hot-Water-Store-Size]) end
has_cylinder_thermostat()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 24 def has_cylinder_thermostat xpath(%w[Has-Cylinder-Thermostat]) end
mech_vent_sys_index_number()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 28 def mech_vent_sys_index_number xpath(%w[Mechanical-Vent-System-Index-Number]) end
mechanical_vent_data_source()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 32 def mechanical_vent_data_source xpath(%w[Mechanical-Ventilation-Data-Source]) end
property_age_band()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 4 def property_age_band construction_year end
thermal_store()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 36 def thermal_store xpath(%w[Thermal-Store]) end
ventilation_type()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 40 def ventilation_type xpath(%w[Ventilation-Type]) end
water_heating_fuel()
click to toggle source
# File lib/view_model/sap_schema_ni_130/sap.rb, line 44 def water_heating_fuel xpath(%w[Water-Fuel-Type]) end