class T::Types::OpusEnum
Validates that an object is equal to another Opus::Enum singleton value.
def initialize(val)
def initialize(val) @val = val end
def name
def name @val.inspect end
def subtype_of_single?(other)
def subtype_of_single?(other) ther pusEnum == other.val e
def valid?(obj)
def valid?(obj) @val == obj end