Sha256: e808497c2ccef467e181438db8cfe14c692249022d5f146782cdf7f803a0c350

Contents?: true

Size: 645 Bytes

Versions: 1

Compression:

Stored size: 645 Bytes

Contents

#
#	Do not change id or key
#		'id' could be referenced by existing data
#		'key' is used in the rails code for searching 
#
#	Be Advised.  Yaml fixture labels MUST BE UNIQUE.
#		If a label is repeated, only the last one will exist.
#
#	Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
#
hardcopy:
  id: 1
  key: hardcopy
  description: hard copy questionnaire or assessment form
online:
  id: 2
  key: online
  description: online form or questionnaire
other:
  id: 3
  key: other
  description: some other data collection method
dk:
  id: 4
  key: unknown
  description: instrument type unknown

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ccls-ccls_engine-3.11.0 generators/ccls_engine/templates/fixtures/instrument_types.yml