Class: Api::V2::FragmentResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- Api::V2::FragmentResource
- Defined in:
- app/resources/api/v2/fragment_resource.rb
Overview
Note:
There is no access to this resource.
This resource does not appear to be used; can it be deprecated?
For more information about JSON:API, see the JSON:API Specifications or refer to the JSONAPI::Resources package for Sequencescape's implementation.
Instance Attribute Summary collapse
-
#uuid ⇒ String
readonly
This identifier is automatically assigned upon creation and cannot be modified.
Instance Attribute Details
#uuid ⇒ String (readonly)
This identifier is automatically assigned upon creation and cannot be modified.
19 |
# File 'app/resources/api/v2/fragment_resource.rb', line 19 attribute :uuid, readonly: true |