Class: Api::V2::TubeRackStatusResource
- Inherits:
-
BaseResource
- Object
- JSONAPI::Resource
- BaseResource
- Api::V2::TubeRackStatusResource
- Defined in:
- app/resources/api/v2/tube_rack_status_resource.rb
Overview
Access this resource via the /api/v2/tube_rack_statuses/
endpoint.
This resource is read-only; it can be accessed via GET requests, but creation or modification is not allowed.
Provides a JSON:API representation of TubeRackStatus.
A TubeRackStatus stores the status of the creation process of tube racks
For more information about JSON:API see the JSON:API Specifications or look at the JSONAPI::Resources package for Sequencescape's implementation of the JSON:API standard.
Instance Attribute Summary collapse
-
#uuid ⇒ String
readonly
The UUID of the tube rack status resource.
Method Summary
Methods inherited from BaseResource
apply_includes, creatable_fields, default_includes, #fetchable_fields, inclusions, resolve_relationship_names_to_relations, updatable_fields
Instance Attribute Details
#uuid ⇒ String (readonly)
This identifier is automatically assigned upon creation and cannot be modified.
This attribute is required for identifying the tube rack status.
Returns The UUID of the tube rack status resource.
34 |
# File 'app/resources/api/v2/tube_rack_status_resource.rb', line 34 attribute :uuid, readonly: true |