class ViewModel::Cepc800::Cepc

Public Instance Methods

ac_inspection_commissioned() click to toggle source
# File lib/view_model/cepc800/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/cepc800/cepc.rb, line 8
def ac_kw_rating
  xpath(%w[AC-kW-Rating])
end
ac_present() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 12
def ac_present
  xpath(%w[AC-Present])
end
building_emission_rate() click to toggle source

This would seem to be a copy? Is the method name used?

# File lib/view_model/cepc800/cepc.rb, line 21
def building_emission_rate
  xpath(%w[BER])
end
building_emissions() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 16
def building_emissions
  xpath(%w[BER])
end
building_environment() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 25
def building_environment
  xpath(%w[Building-Environment])
end
building_level() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 29
def building_level
  xpath(%w[Building-Level])
end
effective_date() click to toggle source

Is this used?

# File lib/view_model/cepc800/cepc.rb, line 34
def effective_date
  xpath(%w[Effective-Date])
end
energy_efficiency_rating() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 38
def energy_efficiency_rating
  xpath(%w[Asset-Rating])
end
estimated_ac_kw_rating() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 46
def estimated_ac_kw_rating
  xpath(%w[AC-Estimated-Output])
end
existing_build_rating() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 50
def existing_build_rating
  xpath(%w[Existing-Stock-Benchmark])
end
floor_area() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 54
def floor_area
  xpath(%w[Technical-Information Floor-Area])
end
main_heating_fuel() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 58
def main_heating_fuel
  xpath(%w[Main-Heating-Fuel])
end
new_build_rating() click to toggle source

This is new_build_benchmark in the CEPC wrapper

# File lib/view_model/cepc800/cepc.rb, line 63
def new_build_rating
  xpath(%w[New-Build-Benchmark])
end
or_assessment_start_date() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 67
def or_assessment_start_date
  xpath(%w[OR-Operational-Rating OR-Assessment-Start-Date])
end
or_availability_date() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 71
def or_availability_date
  xpath(%w[Technical-Information OR-Availability-Date])
end
other_fuel_description() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 75
def other_fuel_description
  xpath(%w[Other-Fuel-Description])
end
primary_energy_use() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 79
def primary_energy_use
  xpath(%w[Energy-Consumption-Current])
end
property_type() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 83
def property_type
  xpath(%w[Property-Type])
end
renewable_sources() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 116
def renewable_sources
  xpath(%w[Renewable-Sources])
end
special_energy_uses() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 96
def special_energy_uses
  xpath(%w[Special-Energy-Uses])
end
standard_emissions() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 100
def standard_emissions
  xpath(%w[SER])
end
target_emissions() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 104
def target_emissions
  xpath(%w[TER])
end
transaction_type() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 108
def transaction_type
  xpath(%w[Transaction-Type])
end
typical_emissions() click to toggle source
# File lib/view_model/cepc800/cepc.rb, line 112
def typical_emissions
  xpath(%w[TYR])
end