Class: V1::Pacbio::TagSetResource
- Inherits:
-
TagSetResource
- Object
- JSONAPI::Resource
- TagSetResource
- V1::Pacbio::TagSetResource
- Defined in:
- app/resources/v1/pacbio/tag_set_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/tag_sets/
endpoint.
Provides a JSON:API representation of TagSet.
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.
Instance Attribute Summary
Attributes inherited from TagSetResource
Class Method Summary collapse
-
.create_model ⇒ Object
Ensure that any tag sets created via this endpoint are scoped to the pacbio pipeline.
Methods inherited from TagSetResource
Class Method Details
.create_model ⇒ Object
Ensure that any tag sets created via this endpoint are scoped to the pacbio pipeline
21 22 23 |
# File 'app/resources/v1/pacbio/tag_set_resource.rb', line 21 def self.create_model _model_class.pacbio_pipeline.new end |