Class: V1::Pacbio::Runs::PlateResource

Inherits:
JSONAPI::Resource
  • Object
show all
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

Instance Attribute Details

#pacbio_run_idInteger

Returns the ID of the Pacbio run.

Returns:

  • (Integer)

    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_numberInteger

Returns the number of the plate.

Returns:

  • (Integer)

    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_barcodeString

Returns the barcode of the sequencing kit box.

Returns:

  • (String)

    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