class Lutaml::Model::Schema::Decorators::Choices

def choice?

def choice?
  true
end

def initialize(attributes)

attributes in a structured manner.
constraint in a JSON schema. It provides a way to access the choice
This class is used to handle attributes that are part of a choice
Decorates a collection of choice attributes.
def initialize(attributes)
  @attributes = attributes.values
end

def polymorphic?

def polymorphic?
  false
end