Class: V1::QcAssayTypeResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::QcAssayTypeResource
- Defined in:
- app/resources/v1/qc_assay_type_resource.rb
Overview
Note:
Access this resource via the /v1/qc_assay_types endpoint.
Provides a JSON:API representation of QcAssayType.
QcAssayTypeResource exposes valid qc assay type options for use by the UI. A QC Assay is a standard assay which is used to carry out QC e.g. “DNA vol (ul)”
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the QC assay type.
-
#label ⇒ String
The label of the QC assay type.
-
#units ⇒ String
The units of the QC assay type.
Instance Attribute Details
#key ⇒ String
Returns the key of the QC assay type.
22 |
# File 'app/resources/v1/qc_assay_type_resource.rb', line 22 attributes :key, :label, :units |
#label ⇒ String
Returns the label of the QC assay type.
22 |
# File 'app/resources/v1/qc_assay_type_resource.rb', line 22 attributes :key, :label, :units |
#units ⇒ String
Returns the units of the QC assay type.
22 |
# File 'app/resources/v1/qc_assay_type_resource.rb', line 22 attributes :key, :label, :units |