Class: V1::Pacbio::Runs::PlateResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::Pacbio::Runs::PlateResource
- Defined in:
- app/resources/v1/pacbio/runs/plate_resource.rb
Overview
Note:
This endpoint can’t be directly accessed via the /v1/pacbio/runs/plates/ endpoint
as it is only accessible via the nested route under V1::Pacbio::Run using includes.
Instance Attribute Summary collapse
-
#pacbio_run_id ⇒ Integer
The ID of the Pacbio run.
-
#plate_number ⇒ Integer
The number of the plate.
-
#sequencing_kit_box_barcode ⇒ String
The barcode of the sequencing kit box.
Instance Attribute Details
#pacbio_run_id ⇒ Integer
Returns the ID of the Pacbio run.
19 |
# File 'app/resources/v1/pacbio/runs/plate_resource.rb', line 19 attributes :pacbio_run_id, :plate_number, :sequencing_kit_box_barcode |
#plate_number ⇒ Integer
Returns the number of the plate.
19 |
# File 'app/resources/v1/pacbio/runs/plate_resource.rb', line 19 attributes :pacbio_run_id, :plate_number, :sequencing_kit_box_barcode |
#sequencing_kit_box_barcode ⇒ String
Returns the barcode of the sequencing kit box.
19 |
# File 'app/resources/v1/pacbio/runs/plate_resource.rb', line 19 attributes :pacbio_run_id, :plate_number, :sequencing_kit_box_barcode |