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

Inherits:
JSONAPI::Resource
  • Object
show all
Defined in:
app/resources/v1/pacbio/runs/plate_resource.rb

Overview

TODO:

This documentation does not yet include a detailed description of what this resource represents.

TODO:

This documentation does not yet include detailed descriptions for relationships, attributes and filters.

TODO:

This documentation does not yet include any example usage of the API via cURL or similar.

Note:

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

Instance Attribute Details

#pacbio_run_idInteger

Returns the ID of the Pacbio run.

Returns:

  • (Integer)

    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_numberInteger

Returns the number of the plate.

Returns:

  • (Integer)

    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_barcodeString

Returns the barcode of the sequencing kit box.

Returns:

  • (String)

    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