enum

MinknowApi::Ui::SequencingRun::Presets::PresetMeta::AuthorCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
SPECIAL_AUTHOR = 2
AUTHOR_NAME = 3

Instance methods

author_name?

Returns true if this enum value equals AUTHOR_NAME

Source
none?

Returns true if this enum value equals NONE

Source
special_author?

Returns true if this enum value equals SPECIAL_AUTHOR

Source