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
Access this resource via the /v1/pacbio/smrt_link_options/ endpoint.
This resource is read-only; creation, updates, and deletions are not permitted
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.
via the API.
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.
36 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 36 attributes :key, :label, :default_value, :data_type, :select_options |
#default_value ⇒ String
Returns the default value of the SMRT link option.
36 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 36 attributes :key, :label, :default_value, :data_type, :select_options |
#key ⇒ String
Returns the key of the SMRT link option.
36 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 36 attributes :key, :label, :default_value, :data_type, :select_options |
#label ⇒ String
Returns the label of the SMRT link option.
36 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 36 attributes :key, :label, :default_value, :data_type, :select_options |
#select_options ⇒ Array<String>
Returns the select options for the SMRT link option.
36 |
# File 'app/resources/v1/pacbio/smrt_link_option_resource.rb', line 36 attributes :key, :label, :default_value, :data_type, :select_options |