Sha256: 31fc0c4452fdf0ced3baa1f86e9fd743a62b4cb50af3f18d98b8b907aee918fb
Contents?: true
Size: 189 Bytes
Versions: 6
Compression:
Stored size: 189 Bytes
Contents
module Matchers module Type def have_house_work_type( attribute, valid_hash = {} ) EnumMatcher.new( attribute, valid_hash, 'HouseWorkType', 'HouseWorkTypes' ) end end end
Version data entries
6 entries across 6 versions & 1 rubygems