Class: V1::Ont::FlowcellResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::Ont::FlowcellResource
- Defined in:
- app/resources/v1/ont/flowcell_resource.rb
Overview
Note:
Access this resource via the /v1/ont/flowcells/ endpoint.
Provides a JSON:API representation of Ont::Flowcell.
Primary relationships: * pool PoolResource - The pool loaded onto the flowcell.
Instance Attribute Summary collapse
-
#flowcell_id ⇒ Integer
The ID of the flowcell.
-
#ont_pool_id ⇒ Integer
The ID of the ONT pool.
-
#position ⇒ String
The position of the flowcell.
Instance Attribute Details
#flowcell_id ⇒ Integer
Returns the ID of the flowcell.
25 |
# File 'app/resources/v1/ont/flowcell_resource.rb', line 25 attributes :flowcell_id, :position, :ont_pool_id |
#ont_pool_id ⇒ Integer
Returns the ID of the ONT pool.
25 |
# File 'app/resources/v1/ont/flowcell_resource.rb', line 25 attributes :flowcell_id, :position, :ont_pool_id |
#position ⇒ String
Returns the position of the flowcell.
25 |
# File 'app/resources/v1/ont/flowcell_resource.rb', line 25 attributes :flowcell_id, :position, :ont_pool_id |