Class: V1::Pacbio::WellResource

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

Overview

Note:

This resource cannot be accessed via the /v1/pacbio/wells/ endpoint.

Provides a JSON:API representation of Pacbio::Well.

This resource is primarily accessed through RunResource and PlateResource. Wells are primarily created via a Run and 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.

This resource represents a Pacbio Well and can return all wells or a single well

This resource has no filters.

Primary relationships:

It is accessible via the nested route under Plate using includes.

Instance Attribute Summary collapse

Instance Attribute Details

#positionString

Returns the position of the well.

Returns:

  • (String)

    the position of the well



33
# File 'app/resources/v1/pacbio/well_resource.rb', line 33

attributes :position