Class: V1::Ont::InstrumentResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::Ont::InstrumentResource
- Defined in:
- app/resources/v1/ont/instrument_resource.rb
Overview
Note:
Access this resource via the /v1/ont/instruments/ endpoint.
Provides a JSON:API representation of Ont::Instrument.
Instance Attribute Summary collapse
-
#instrument_type ⇒ String
The type of the instrument.
-
#max_number_of_flowcells ⇒ Integer
The maximum number of flowcells the instrument can handle.
-
#name ⇒ String
The name of the instrument.
Instance Attribute Details
#instrument_type ⇒ String
Returns the type of the instrument.
22 |
# File 'app/resources/v1/ont/instrument_resource.rb', line 22 attributes :name, :instrument_type, :max_number_of_flowcells |
#max_number_of_flowcells ⇒ Integer
Returns the maximum number of flowcells the instrument can handle.
22 |
# File 'app/resources/v1/ont/instrument_resource.rb', line 22 attributes :name, :instrument_type, :max_number_of_flowcells |
#name ⇒ String
Returns the name of the instrument.
22 |
# File 'app/resources/v1/ont/instrument_resource.rb', line 22 attributes :name, :instrument_type, :max_number_of_flowcells |