"Name" attribute :socials do label "Social media" attribute :twitter, :label => "Twitter" attribute :mastodon, :label => "Mastodon" end end profile = Profile.new(...) profile.name.label # => "Name" profile.name.value # => "Tom de Bruijn" profile.socials.twitter.value # => "@tombruijn" plugin LabelPlugin label "Social media" profile.name.label # => "Name"