Class: V1::QcResultResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::QcResultResource
- Defined in:
- app/resources/v1/qc_result_resource.rb
Overview
Note:
This endpoint can’t be directly accessed via the /v1/qc_results/ endpoint
as it is not currently used.
Instance Attribute Summary collapse
-
#labware_barcode ⇒ String
The barcode of the labware.
-
#sample_external_id ⇒ String
The external ID of the sample.
-
#value ⇒ String
The value of the QC result.
Instance Attribute Details
#labware_barcode ⇒ String
Returns the barcode of the labware.
15 |
# File 'app/resources/v1/qc_result_resource.rb', line 15 attributes :labware_barcode, :sample_external_id, :value |
#sample_external_id ⇒ String
Returns the external ID of the sample.
15 |
# File 'app/resources/v1/qc_result_resource.rb', line 15 attributes :labware_barcode, :sample_external_id, :value |
#value ⇒ String
Returns the value of the QC result.
15 |
# File 'app/resources/v1/qc_result_resource.rb', line 15 attributes :labware_barcode, :sample_external_id, :value |