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
This documentation does not yet include a detailed description of what this resource represents.
This documentation does not yet include detailed descriptions for relationships, attributes and filters.
This documentation does not yet include any example usage of the API via cURL or similar.
Access this resource via the /v1/pacbio/runs/plates
endpoint.
Provides a JSON:API representation of Pacbio::Plate.
For more information about JSON:API see the JSON:API Specifications or look at the JSONAPI::Resources package for the service implementation of the JSON:API standard.
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.
26 |
# File 'app/resources/v1/pacbio/runs/plate_resource.rb', line 26 attributes :pacbio_run_id, :plate_number, :sequencing_kit_box_barcode |
#plate_number ⇒ Integer
Returns the number of the plate.
26 |
# File 'app/resources/v1/pacbio/runs/plate_resource.rb', line 26 attributes :pacbio_run_id, :plate_number, :sequencing_kit_box_barcode |
#sequencing_kit_box_barcode ⇒ String
Returns the barcode of the sequencing kit box.
26 |
# File 'app/resources/v1/pacbio/runs/plate_resource.rb', line 26 attributes :pacbio_run_id, :plate_number, :sequencing_kit_box_barcode |