class Lutaml::Model::Schema::Decorators::Choices
def choice?
def choice? true end
def initialize(attributes)
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