Class: V1::Pacbio::SmrtLinkOptionResource

Inherits:
JSONAPI::Resource
  • Object
show all
Defined in:
app/resources/v1/pacbio/smrt_link_option_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/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

Instance Attribute Details

#data_typeString

Returns the data type of the SMRT link option.

Returns:

  • (String)

    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_valueString

Returns the default value of the SMRT link option.

Returns:

  • (String)

    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

#keyString

Returns the key of the SMRT link option.

Returns:

  • (String)

    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

#labelString

Returns the label of the SMRT link option.

Returns:

  • (String)

    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_optionsArray<String>

Returns the select options for the SMRT link option.

Returns:

  • (Array<String>)

    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