Class: V1::Pacbio::SmrtLinkOptionResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::Pacbio::SmrtLinkOptionResource
- Defined in:
- app/resources/v1/pacbio/smrt_link_option_resource.rb
Overview
This documentation does not yet include a detailed description of what this resource represents.
This documentation does not yet include detailed descriptions for relationships, attributes and filters.
This documentation does not yet include any example usage of the API via cURL or similar.
Access this resource via the /v1/pacbio/smrt_link_options/
endpoint.
Provides a JSON:API representation of Pacbio::SmrtLinkOption. This is a resource to return the SMRT link options for a particular SMRT Link version.
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 collapse
-
#data_type ⇒ String
The data type of the SMRT link option.
-
#default_value ⇒ String
The default value of the SMRT link option.
-
#key ⇒ String
The key of the SMRT link option.
-
#label ⇒ String
The label of the SMRT link option.
-
#select_options ⇒ Array<String>
The select options for the SMRT link option.
Instance Attribute Details
#data_type ⇒ String
Returns the data type of the SMRT link option.
30 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 30 attributes :key, :label, :default_value, :data_type, :select_options |
#default_value ⇒ String
Returns the default value of the SMRT link option.
30 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 30 attributes :key, :label, :default_value, :data_type, :select_options |
#key ⇒ String
Returns the key of the SMRT link option.
30 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 30 attributes :key, :label, :default_value, :data_type, :select_options |
#label ⇒ String
Returns the label of the SMRT link option.
30 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 30 attributes :key, :label, :default_value, :data_type, :select_options |
#select_options ⇒ Array<String>
Returns the select options for the SMRT link option.
30 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 30 attributes :key, :label, :default_value, :data_type, :select_options |