class ViewModel::SapSchemaNi112::Sap

Public Instance Methods

cylinder_insul_thickness() click to toggle source
# File lib/view_model/sap_schema_ni_112/sap.rb, line 4
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_112/sap.rb, line 8
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_112/sap.rb, line 12
def cylinder_size
  xpath(%w[Hot-Water-Store-Size])
end
has_cylinder_thermostat() click to toggle source
# File lib/view_model/sap_schema_ni_112/sap.rb, line 16
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_112/sap.rb, line 20
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_112/sap.rb, line 24
def mechanical_vent_data_source
  xpath(%w[Mechanical-Ventilation-Data-Source])
end
thermal_store() click to toggle source
# File lib/view_model/sap_schema_ni_112/sap.rb, line 28
def thermal_store
  xpath(%w[Thermal-Store])
end
ventilation_type() click to toggle source
# File lib/view_model/sap_schema_ni_112/sap.rb, line 32
def ventilation_type
  xpath(%w[Ventilation-Type])
end
water_heating_fuel() click to toggle source
# File lib/view_model/sap_schema_ni_112/sap.rb, line 36
def water_heating_fuel
  xpath(%w[Water-Fuel-Type])
end