Class: V1::Pacbio::TagResource

Inherits:
JSONAPI::Resource
  • Object
show all
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

Runs::TagResource

Instance Attribute Summary collapse

Instance Attribute Details

#group_idInteger

Returns the group ID of the tag.

Returns:

  • (Integer)

    the group ID of the tag



23
# File 'app/resources/v1/pacbio/tag_resource.rb', line 23

attributes :oligo, :group_id

#oligoString

Returns the oligo of the tag.

Returns:

  • (String)

    the oligo of the tag



23
# File 'app/resources/v1/pacbio/tag_resource.rb', line 23

attributes :oligo, :group_id