Class: V1::Pacbio::TagResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::Pacbio::TagResource
- Defined in:
- app/resources/v1/pacbio/tag_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/pacbio/tags/
endpoint.
Provides a JSON:API representation of Tag. Returns the available tags for Pacbio
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.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#group_id ⇒ Integer
The group ID of the tag.
-
#oligo ⇒ String
The oligo of the tag.
Instance Attribute Details
#group_id ⇒ Integer
Returns the group ID of the tag.
23 |
# File 'app/resources/v1/pacbio/tag_resource.rb', line 23 attributes :oligo, :group_id |
#oligo ⇒ String
Returns the oligo of the tag.
23 |
# File 'app/resources/v1/pacbio/tag_resource.rb', line 23 attributes :oligo, :group_id |