Class: V1::Ont::FlowcellResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::Ont::FlowcellResource
- Defined in:
- app/resources/v1/ont/flowcell_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/ont/flowcells/
endpoint.
Provides a JSON:API representation of Ont::Flowcell.
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
-
#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 |