Class: V1::Ont::TagResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::Ont::TagResource
- Defined in:
- app/resources/v1/ont/tag_resource.rb
Overview
Note:
This resource cannot be accessed via the /v1/ont/tags/ endpoint.
Provides a JSON:API representation of Ont::Tag.
It is only accessible via the nested route under Ont::TagSet using includes.
Instance Attribute Summary collapse
-
#group_id ⇒ Integer
The group identifier for the tag.
-
#oligo ⇒ String
The oligo sequence of the tag.
Instance Attribute Details
#group_id ⇒ Integer
Returns the group identifier for the tag.
17 |
# File 'app/resources/v1/ont/tag_resource.rb', line 17 attributes :oligo, :group_id |
#oligo ⇒ String
Returns the oligo sequence of the tag.
17 |
# File 'app/resources/v1/ont/tag_resource.rb', line 17 attributes :oligo, :group_id |