module Lutaml::Model::Serialize
def attribute_exist?(name)
def attribute_exist?(name) name = name.to_s.chomp("=").to_sym if name.end_with?("=") self.class.attributes.key?(name) end
def attribute_exist?(name) name = name.to_s.chomp("=").to_sym if name.end_with?("=") self.class.attributes.key?(name) end