Sha256: 9103cd160af1a1d9fe374abf607126ab2c8e1be2bc9e0a8857f8ad151547c5f8
Contents?: true
Size: 471 Bytes
Versions: 1
Compression:
Stored size: 471 Bytes
Contents
module Experian class DataDictionary def self.en_b3227_column_name 'Pets: Own A Pet' end def self.en_b3227_value_description(_key) '' end def self.en_b3227_description 'Lifestyles/Pets. Direct reported survey data that represents household\'s that Own a Pet.' end def self.en_b3227(key) values = { 'Y' => 'Yes', 'U' => 'Unknown' } key.empty? ? 'Unknown' : values[key] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
experian-data-dictionary-1.4.5 | lib/element_numbers/B/en_B3227.rb |