class ViewModel::Cepc71::Cepc

Public Instance Methods

ac_inspection_commissioned() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 4
def ac_inspection_commissioned
  xpath(%w[AC-Inspection-Commissioned])
end
ac_kw_rating() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 8
def ac_kw_rating
  xpath(%w[AC-kW-Rating])
end
ac_present() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 12
def ac_present
  xpath(%w[AC-Present])
end
ac_rated_output() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 16
def ac_rated_output
  xpath(%w[AC-Rated-Output])
end
building_emission_rate() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 20
def building_emission_rate
  xpath(%w[BER])
end
building_environment() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 24
def building_environment
  xpath(%w[Building-Environment])
end
building_level() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 28
def building_level
  xpath(%w[Building-Level])
end
energy_efficiency_rating() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 32
def energy_efficiency_rating
  xpath(%w[Asset-Rating])
end
estimated_ac_kw_rating() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 40
def estimated_ac_kw_rating
  xpath(%w[AC-Estimated-Output])
end
existing_build_rating() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 44
def existing_build_rating
  xpath(%w[Existing-Stock-Benchmark])
end
floor_area() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 48
def floor_area
  xpath(%w[Technical-Information Floor-Area])
end
main_heating_fuel() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 52
def main_heating_fuel
  xpath(%w[Main-Heating-Fuel])
end
new_build_rating() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 56
def new_build_rating
  xpath(%w[New-Build-Benchmark])
end
other_fuel_description() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 60
def other_fuel_description
  xpath(%w[Other-Fuel-Description])
end
primary_energy_use() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 64
def primary_energy_use
  xpath(%w[Energy-Consumption-Current])
end
property_type() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 68
def property_type
  xpath(%w[Property-Type])
end
renewable_sources() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 96
def renewable_sources
  xpath(%w[Renewable-Sources])
end
special_energy_uses() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 76
def special_energy_uses
  xpath(%w[Special-Energy-Uses])
end
standard_emissions() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 80
def standard_emissions
  xpath(%w[SER])
end
target_emissions() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 84
def target_emissions
  xpath(%w[TER])
end
transaction_type() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 88
def transaction_type
  xpath(%w[Transaction-Type])
end
typical_emissions() click to toggle source
# File lib/view_model/cepc71/cepc.rb, line 92
def typical_emissions
  xpath(%w[TYR])
end