module VehicleCodingPh

Constants

AREA_TO_HOUR_MAPPING
VERSION

Public Class Methods

coding_scheme() click to toggle source
# File lib/vehicle_coding_ph.rb, line 11
def self.coding_scheme
  file = File.join(File.dirname(__FILE__), "sources", "coding_scheme.yml")
  YAML.load_file(file).map(&:with_indifferent_access)
end