Class: V1::Pacbio::SmrtLinkVersionResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::Pacbio::SmrtLinkVersionResource
- Defined in:
- app/resources/v1/pacbio/smrt_link_version_resource.rb
Overview
Access this resource via the /v1/pacbio/smrt_link_versions/
endpoint.
The JSON:API representation of a Pacbio::SmrtLinkVersion. 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.
This resource represents a Pacbio SmrtLinkVersion and can return all smrt_link_versions or a single smrt_link_version
This resource has no filters.
Primary relationships:
-
smrt_link_option_versions SmrtLinkOptionVersionResource
localhost:3000/v1/pacbio/v1/smrt_link_versions/1?include=smrt_link_option_versions
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Whether the SMRT Link version is active.
-
#default ⇒ Boolean
Whether the SMRT Link version is the default.
-
#name ⇒ String
The name of the SMRT Link version.
Instance Attribute Details
#active ⇒ Boolean
Returns whether the SMRT Link version is active.
36 |
# File 'app/resources/v1/pacbio/smrt_link_version_resource.rb', line 36 attributes :name, :default, :active |
#default ⇒ Boolean
Returns whether the SMRT Link version is the default.
36 |
# File 'app/resources/v1/pacbio/smrt_link_version_resource.rb', line 36 attributes :name, :default, :active |
#name ⇒ String
Returns the name of the SMRT Link version.
36 |
# File 'app/resources/v1/pacbio/smrt_link_version_resource.rb', line 36 attributes :name, :default, :active |