Sha256: 110bca2db2ae8d8d97e68af424f008b350e9ce7bc95a00cc6e5f0718de02179b

Contents?: true

Size: 532 Bytes

Versions: 2

Compression:

Stored size: 532 Bytes

Contents

class CountryLodgingClass < ActiveRecord::Base
  set_primary_key :name
  
  col :name
  col :country_iso_3166_code
  col :lodging_class_name
  col :cbecs_detailed_activity
  col :natural_gas_intensity, :type => :float
  col :natural_gas_intensity_units
  col :fuel_oil_intensity, :type => :float
  col :fuel_oil_intensity_units
  col :electricity_intensity, :type => :float
  col :electricity_intensity_units
  col :district_heat_intensity, :type => :float
  col :district_heat_intensity_units
  col :weighting, :type => :float
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
earth-0.11.7 lib/earth/hospitality/country_lodging_class.rb
earth-0.11.6 lib/earth/hospitality/country_lodging_class.rb