My first Ernst class
package Class;
use Ernst;
has attribute => (
traits => ['MetaDescription'],
is => 'ro',
isa => 'Str',
description => {
type => 'String',
max_length => 42,
min_length => 10,
}
);